ChartWizardMessagesChartSettingsBuilder

Methods

Bar(System.Action)

Specifies the text of the bar chart panel.

Parameters

configurator - System.Action<ChartWizardMessagesChartBarSettingsBuilder>

The action that configures the bar.

Pie(System.Action)

Specifies the text of the pie chart panel.

Parameters

configurator - System.Action<ChartWizardMessagesChartPieSettingsBuilder>

The action that configures the pie.

Column(System.Action)

Specifies the text of the column chart panel.

Parameters

configurator - System.Action<ChartWizardMessagesChartColumnSettingsBuilder>

The action that configures the column.

Line(System.Action)

Specifies the text of the line chart panel.

Parameters

configurator - System.Action<ChartWizardMessagesChartLineSettingsBuilder>

The action that configures the line.

Scatter(System.Action)

Specifies the text of the scatter chart panel.

Parameters

configurator - System.Action<ChartWizardMessagesChartScatterSettingsBuilder>

The action that configures the scatter.