XPlot


Deedle Module

Namespace: XPlot.GoogleCharts

Assembly: XPlot.GoogleCharts.Deedle.dll

Type extensions

Type extension Description

Chart.Annotation(data, ?Options)

Full Usage: Chart.Annotation(data, ?Options)

Parameters:
    data : Frame<'K, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates an annotation chart.

Extended Type: Chart

data : Frame<'K, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Area(data, ?Labels, ?Options)

Full Usage: Chart.Area(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : Series<'K, 'a>

The chart's data.

?Labels : seq<string>

Labels for the data table columns.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Area(data, ?Labels, ?Options)

Full Usage: Chart.Area(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : 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

Chart.Area(data, ?Options)

Full Usage: Chart.Area(data, ?Options)

Parameters:
    data : Frame<'K, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates an area chart.

Extended Type: Chart

data : Frame<'K, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Bar(data, ?Labels, ?Options)

Full Usage: Chart.Bar(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : Series<'K, 'a>

The chart's data.

?Labels : seq<string>

Labels for the data table columns.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Bar(data, ?Labels, ?Options)

Full Usage: Chart.Bar(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : 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

Chart.Bar(data, ?Options)

Full Usage: Chart.Bar(data, ?Options)

Parameters:
    data : Frame<'K, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates a bar chart.

Extended Type: Chart

data : Frame<'K, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Bubble(data, ?Options)

Full Usage: Chart.Bubble(data, ?Options)

Parameters:
    data : Frame<string, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates a bubble chart.

Extended Type: Chart

data : Frame<string, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Calendar(data, ?Labels, ?Options)

Full Usage: Chart.Calendar(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : Series<DateTime, 'a>

The chart's data.

?Labels : seq<string>

Labels for the data table columns.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Calendar(data, ?Options)

Full Usage: Chart.Calendar(data, ?Options)

Parameters:
Returns: GoogleChart

Creates a calendar chart.

Extended Type: Chart

data : Frame<DateTime, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Candlestick(data, ?Options)

Full Usage: Chart.Candlestick(data, ?Options)

Parameters:
    data : Frame<'K, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates a candlestick chart.

Extended Type: Chart

data : Frame<'K, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Column(data, ?Labels, ?Options)

Full Usage: Chart.Column(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : Series<'K, 'a>

The chart's data.

?Labels : seq<string>

Labels for the data table columns.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Column(data, ?Labels, ?Options)

Full Usage: Chart.Column(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : 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

Chart.Column(data, ?Options)

Full Usage: Chart.Column(data, ?Options)

Parameters:
    data : Frame<'K, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates a column chart.

Extended Type: Chart

data : Frame<'K, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Combo(data, ?Labels, ?Options)

Full Usage: Chart.Combo(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : 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

Chart.Combo(data, ?Options)

Full Usage: Chart.Combo(data, ?Options)

Parameters:
    data : Frame<'K, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates a combo chart.

Extended Type: Chart

data : Frame<'K, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Gauge(data, ?Labels, ?Options)

Full Usage: Chart.Gauge(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : Series<string, 'a>

The chart's data.

?Labels : seq<string>

Labels for the data table columns.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Gauge(data, ?Options)

Full Usage: Chart.Gauge(data, ?Options)

Parameters:
    data : Frame<string, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates a gauge chart.

Extended Type: Chart

data : Frame<string, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Geo(data, ?Labels, ?Options)

Full Usage: Chart.Geo(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : Series<string, 'a>

The chart's data.

?Labels : seq<string>

Labels for the data table columns.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Geo(data, ?Labels, ?Options)

Full Usage: Chart.Geo(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : 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

Chart.Geo(data, ?Options)

Full Usage: Chart.Geo(data, ?Options)

Parameters:
    data : Frame<string, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates a geo chart.

Extended Type: Chart

data : Frame<string, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Histogram(data, ?Labels, ?Options)

Full Usage: Chart.Histogram(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : Series<string, 'a>

The chart's data.

?Labels : seq<string>

Labels for the data table columns.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Histogram(data, ?Options)

Full Usage: Chart.Histogram(data, ?Options)

Parameters:
    data : Frame<string, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates a histogram chart.

Extended Type: Chart

data : Frame<string, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Line(data, ?Labels, ?Options)

Full Usage: Chart.Line(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : Series<'K, 'a>

The chart's data.

?Labels : seq<string>

Labels for the data table columns.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Line(data, ?Labels, ?Options)

Full Usage: Chart.Line(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : 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

Chart.Line(data, ?Options)

Full Usage: Chart.Line(data, ?Options)

Parameters:
    data : Frame<'K, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates a line chart.

Extended Type: Chart

data : Frame<'K, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Map(data, ?Labels, ?Options)

Full Usage: Chart.Map(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : Series<string, string>

The chart's data.

?Labels : seq<string>

Labels for the data table columns.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Map(data, ?Options)

Full Usage: Chart.Map(data, ?Options)

Parameters:
    data : Frame<'K, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates a map chart.

Extended Type: Chart

data : Frame<'K, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Pie(data, ?Labels, ?Options)

Full Usage: Chart.Pie(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : Series<string, 'a>

The chart's data.

?Labels : seq<string>

Labels for the data table columns.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Pie(data, ?Options)

Full Usage: Chart.Pie(data, ?Options)

Parameters:
    data : Frame<string, 'a> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates a pie chart.

Extended Type: Chart

data : Frame<string, 'a>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Sankey(data, ?Options)

Full Usage: Chart.Sankey(data, ?Options)

Parameters:
    data : Frame<'K, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates a sankey diagram.

Extended Type: Chart

data : Frame<'K, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Scatter(data, ?Labels, ?Options)

Full Usage: Chart.Scatter(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : Series<'K, 'a>

The chart's data.

?Labels : seq<string>

Labels for the data table columns.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Scatter(data, ?Labels, ?Options)

Full Usage: Chart.Scatter(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : 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

Chart.Scatter(data, ?Options)

Full Usage: Chart.Scatter(data, ?Options)

Parameters:
    data : Frame<'K, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates a scatter chart.

Extended Type: Chart

data : Frame<'K, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.SteppedArea(data, ?Labels, ?Options)

Full Usage: Chart.SteppedArea(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : Series<'K, 'a>

The chart's data.

?Labels : seq<string>

Labels for the data table columns.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.SteppedArea(data, ?Labels, ?Options)

Full Usage: Chart.SteppedArea(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : 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

Chart.SteppedArea(data, ?Options)

Full Usage: Chart.SteppedArea(data, ?Options)

Parameters:
    data : Frame<'K, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates a stepped area chart.

Extended Type: Chart

data : Frame<'K, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Table(data, ?Labels, ?Options)

Full Usage: Chart.Table(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : Series<'K, 'a>

The chart's data.

?Labels : seq<string>

Labels for the data table columns.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Table(data, ?Labels, ?Options)

Full Usage: Chart.Table(data, ?Labels, ?Options)

Parameters:
    data : 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: Chart

data : 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

Chart.Table(data, ?Options)

Full Usage: Chart.Table(data, ?Options)

Parameters:
    data : Frame<'K, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates a table chart.

Extended Type: Chart

data : Frame<'K, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Timeline(data, ?Options)

Full Usage: Chart.Timeline(data, ?Options)

Parameters:
    data : Frame<'K, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates a timeline chart.

Extended Type: Chart

data : Frame<'K, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart

Chart.Treemap(data, ?Options)

Full Usage: Chart.Treemap(data, ?Options)

Parameters:
    data : Frame<'K, 'V> - The chart's data.
    ?Options : Options - The chart's options.

Returns: GoogleChart

Creates a treemap chart.

Extended Type: Chart

data : Frame<'K, 'V>

The chart's data.

?Options : Options

The chart's options.

Returns: GoogleChart