ChartWizardMessagesChartSettingsBuilder
Methods
Bar(System.Action)
Specifies the text of the bar chart panel.
Parameters
configurator - System.Action<ChartWizardMessagesChartBarSettingsBuilder>
The configurator for the bar setting.
Pie(System.Action)
Specifies the text of the pie chart panel.
Parameters
configurator - System.Action<ChartWizardMessagesChartPieSettingsBuilder>
The configurator for the pie setting.
Column(System.Action)
Specifies the text of the column chart panel.
Parameters
configurator - System.Action<ChartWizardMessagesChartColumnSettingsBuilder>
The configurator for the column setting.
Line(System.Action)
Specifies the text of the line chart panel.
Parameters
configurator - System.Action<ChartWizardMessagesChartLineSettingsBuilder>
The configurator for the line setting.
Scatter(System.Action)
Specifies the text of the scatter chart panel.
Parameters
configurator - System.Action<ChartWizardMessagesChartScatterSettingsBuilder>
The configurator for the scatter setting.