Namespace: XPlot.GoogleCharts
Assembly: XPlot.GoogleCharts.Deedle.dll
Type extension | Description |
|
Creates an annotation chart.
Extended Type:
|
Full Usage:
Chart.Area(data, ?Labels, ?Options)
Parameters:
Series<'K, 'a>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates an area chart.
Extended Type:
|
Full Usage:
Chart.Area(data, ?Labels, ?Options)
Parameters:
seq<Series<'K, 'a>>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates an area chart.
Extended Type:
|
|
Creates an area chart.
Extended Type:
|
Full Usage:
Chart.Bar(data, ?Labels, ?Options)
Parameters:
Series<'K, 'a>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a bar chart.
Extended Type:
|
Full Usage:
Chart.Bar(data, ?Labels, ?Options)
Parameters:
seq<Series<'K, 'a>>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a bar chart.
Extended Type:
|
|
Creates a bar chart.
Extended Type:
|
|
Creates a bubble chart.
Extended Type:
|
Full Usage:
Chart.Calendar(data, ?Labels, ?Options)
Parameters:
Series<DateTime, 'a>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a calendar chart.
Extended Type:
|
|
Creates a calendar chart.
Extended Type:
|
|
Creates a candlestick chart.
Extended Type:
|
Full Usage:
Chart.Column(data, ?Labels, ?Options)
Parameters:
Series<'K, 'a>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a column chart.
Extended Type:
|
Full Usage:
Chart.Column(data, ?Labels, ?Options)
Parameters:
seq<Series<'K, 'a>>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a column chart.
Extended Type:
|
|
Creates a column chart.
Extended Type:
|
Full Usage:
Chart.Combo(data, ?Labels, ?Options)
Parameters:
seq<Series<'K, 'a>>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a combo chart.
Extended Type:
|
|
Creates a combo chart.
Extended Type:
|
Full Usage:
Chart.Gauge(data, ?Labels, ?Options)
Parameters:
Series<string, 'a>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a gauge chart.
Extended Type:
|
|
Creates a gauge chart.
Extended Type:
|
Full Usage:
Chart.Geo(data, ?Labels, ?Options)
Parameters:
Series<string, 'a>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a geo chart.
Extended Type:
|
Full Usage:
Chart.Geo(data, ?Labels, ?Options)
Parameters:
seq<Series<string, 'a>>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a geo chart.
Extended Type:
|
|
Creates a geo chart.
Extended Type:
|
Full Usage:
Chart.Histogram(data, ?Labels, ?Options)
Parameters:
Series<string, 'a>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a histogram chart.
Extended Type:
|
|
Creates a histogram chart.
Extended Type:
|
Full Usage:
Chart.Line(data, ?Labels, ?Options)
Parameters:
Series<'K, 'a>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a line chart.
Extended Type:
|
Full Usage:
Chart.Line(data, ?Labels, ?Options)
Parameters:
seq<Series<'K, 'a>>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a line chart.
Extended Type:
|
|
Creates a line chart.
Extended Type:
|
Full Usage:
Chart.Map(data, ?Labels, ?Options)
Parameters:
Series<string, string>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a map chart.
Extended Type:
|
|
Creates a map chart.
Extended Type:
|
Full Usage:
Chart.Pie(data, ?Labels, ?Options)
Parameters:
Series<string, 'a>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a pie chart.
Extended Type:
|
|
Creates a pie chart.
Extended Type:
|
|
Creates a sankey diagram.
Extended Type:
|
Full Usage:
Chart.Scatter(data, ?Labels, ?Options)
Parameters:
Series<'K, 'a>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a scatter chart.
Extended Type:
|
Full Usage:
Chart.Scatter(data, ?Labels, ?Options)
Parameters:
seq<Series<'K, 'a>>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a scatter chart.
Extended Type:
|
|
Creates a scatter chart.
Extended Type:
|
Full Usage:
Chart.SteppedArea(data, ?Labels, ?Options)
Parameters:
Series<'K, 'a>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a stepped area chart.
Extended Type:
|
Full Usage:
Chart.SteppedArea(data, ?Labels, ?Options)
Parameters:
seq<Series<'K, 'a>>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a stepped area chart.
Extended Type:
|
|
Creates a stepped area chart.
Extended Type:
|
Full Usage:
Chart.Table(data, ?Labels, ?Options)
Parameters:
Series<'K, 'a>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a table chart.
Extended Type:
|
Full Usage:
Chart.Table(data, ?Labels, ?Options)
Parameters:
seq<Series<'K, 'a>>
-
The chart's data.
?Labels : seq<string>
-
Labels for the data table columns.
?Options : Options
-
The chart's options.
Returns: GoogleChart
|
Creates a table chart.
Extended Type:
|
|
Creates a table chart.
Extended Type:
|
|
Creates a timeline chart.
Extended Type:
|
|
Creates a treemap chart.
Extended Type:
|