Namespace: XPlot.Plotly
Assembly: XPlot.Plotly.dll
Base Type:
obj
Static member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
Chart.Candlestick(data)
Parameters:
seq<'a * 'b * 'c * 'd * 'e>
Returns: PlotlyChart
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
Chart.Plot(data, layout)
Parameters:
seq<'a>
layout : Layout
Returns: PlotlyChart
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Displays a chart in the default browser.
|
|
Combine charts together and display as a single page in default browser
|
Full Usage:
Chart.WithHeight(height) (chart)
Parameters:
int
chart : PlotlyChart
Returns: PlotlyChart
|
|
Full Usage:
Chart.WithId(id) (chart)
Parameters:
string
chart : PlotlyChart
Returns: PlotlyChart
|
Sets the chart's container div id.
|
Full Usage:
Chart.WithLabel(label) (chart)
Parameters:
string
chart : PlotlyChart
Returns: PlotlyChart
|
Sets the data series label. Use this member if the chart's data is a single series.
|
Full Usage:
Chart.WithLabels(labels) (chart)
Parameters:
seq<string>
chart : PlotlyChart
Returns: PlotlyChart
|
Sets the data series labels. Use this member if the chart's data is a series collection.
|
Full Usage:
Chart.WithLayout(layout) (chart)
Parameters:
Layout
chart : PlotlyChart
Returns: PlotlyChart
|
|
Full Usage:
Chart.WithLegend(enabled) (chart)
Parameters:
bool
chart : PlotlyChart
Returns: PlotlyChart
|
|
Full Usage:
Chart.WithOptions(options) (chart)
Parameters:
Layout
chart : PlotlyChart
Returns: PlotlyChart
|
Sets the chart's configuration options.
|
Full Usage:
Chart.WithPlotlySrc(src) (chart)
Parameters:
string
chart : PlotlyChart
Returns: PlotlyChart
|
Sets the chart's plotly.js src. Default is https://cdn.plot.ly/plotly-latest.min.js
|
Full Usage:
Chart.WithSize(size) (chart)
Parameters:
int * int
chart : PlotlyChart
Returns: PlotlyChart
|
|
Full Usage:
Chart.WithTitle(title) (chart)
Parameters:
string
chart : PlotlyChart
Returns: PlotlyChart
|
|
Full Usage:
Chart.WithWidth(width) (chart)
Parameters:
int
chart : PlotlyChart
Returns: PlotlyChart
|
|
Full Usage:
Chart.WithXTitle(xTitle) (chart)
Parameters:
string
chart : PlotlyChart
Returns: PlotlyChart
|
Sets the chart's X-axis title.
|
Full Usage:
Chart.WithYTitle(yTitle) (chart)
Parameters:
string
chart : PlotlyChart
Returns: PlotlyChart
|
Sets the chart's Y-axis title.
|