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
|
Returns the chart's full HTML source.
|
Full Usage:
this.GetInlineHtml()
Returns: string
|
Inline markup that can be embedded in a HTML document.
|
Full Usage:
this.GetInlineJS()
Returns: string
|
The chart's inline JavaScript code.
|
Full Usage:
this.GetPlottingJS()
Returns: string
|
The chart's plotting JavaScript code.
|
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
|
Sets the chart's container div id.
|
Full Usage:
this.WithLabel(label)
Parameters:
string
|
Sets the data series label. Use this member if the chart's data is a single series.
|
Full Usage:
this.WithLabels(labels)
Parameters:
seq<string>
|
Sets the data series labels. Use this method if the chart's data is a series collection.
|
|
Sets the chart's configuration options.
|
Full Usage:
this.WithLegend(enabled)
Parameters:
bool
|
|
|
Sets the chart's configuration options.
|
Full Usage:
this.WithPlotlySrc(src)
Parameters:
string
|
Sets the chart's plotly.js src.
|
Full Usage:
this.WithSize(width, height)
Parameters:
int
height : int
|
Sets the chart's width and height.
|
Full Usage:
this.WithTitle(title)
Parameters:
string
|
|
Full Usage:
this.WithWidth(width)
Parameters:
int
|
|
Full Usage:
this.WithXTitle(xTitle)
Parameters:
string
|
Sets the chart's X-axis title.
|
Full Usage:
this.WithYTitle(yTitle)
Parameters:
string
|
Sets the chart's Y-axis title.
|