Namespace: XPlot.Plotly
Assembly: XPlot.Plotly.dll
Base Type:
obj
Record Field | Description |
Full Usage:
labels
Modifiers: mutable |
|
Full Usage:
layout
Modifiers: mutable |
|
Full Usage:
traces
Modifiers: mutable |
Constructor | Description |
|
|
Instance member | Description |
Full Usage:
this.GetHtml()
Returns: string
|
|
Full Usage:
this.GetInlineHtml()
Returns: string
|
|
Full Usage:
this.GetInlineJS()
Returns: string
|
|
Full Usage:
this.GetPlottingJS()
Returns: string
|
|
Full Usage:
this.Height
|
|
Full Usage:
this.Id
|
|
Full Usage:
this.Plot(data, ?Layout, ?Labels)
Parameters:
seq<'a>
?Layout : Layout
?Labels : seq<string>
|
|
Full Usage:
this.PlotlySrc
|
|
Full Usage:
this.Show()
|
|
Full Usage:
this.Width
|
|
Full Usage:
this.WithHeight(height)
Parameters:
int
|
|
Full Usage:
this.WithId(newId)
Parameters:
string
|
|
Full Usage:
this.WithLabel(label)
Parameters:
string
|
|
Full Usage:
this.WithLabels(labels)
Parameters:
seq<string>
|
|
|
|
Full Usage:
this.WithLegend(enabled)
Parameters:
bool
|
|
|
|
Full Usage:
this.WithPlotlySrc(src)
Parameters:
string
|
|
Full Usage:
this.WithSize(width, height)
Parameters:
int
height : int
|
|
Full Usage:
this.WithTitle(title)
Parameters:
string
|
|
Full Usage:
this.WithWidth(width)
Parameters:
int
|
|
Full Usage:
this.WithXTitle(xTitle)
Parameters:
string
|
|
Full Usage:
this.WithYTitle(yTitle)
Parameters:
string
|
|