ChartWizardMessagesFormatSettingsBuilder

Methods

ChartArea(System.Action)

Specifies the text of the chartArea panel.

Parameters

configurator - System.Action<ChartWizardMessagesFormatChartAreaSettingsBuilder>

The action that configures the chartarea.

Title(System.Action)

Specifies the text of the title panel.

Parameters

configurator - System.Action<ChartWizardMessagesFormatTitleSettingsBuilder>

The action that configures the title.

Series(System.Action)

Specifies the text of the series panel.

Parameters

configurator - System.Action<ChartWizardMessagesFormatSeriesSettingsBuilder>

The action that configures the series.

Legend(System.Action)

Specifies the text of the legend panel.

Parameters

configurator - System.Action<ChartWizardMessagesFormatLegendSettingsBuilder>

The action that configures the legend.

CategoryAxis(System.Action)

Specifies the text of the categoryAxis panel. The categoryAxis panel is visible only for categorical chart types.

Parameters

configurator - System.Action<ChartWizardMessagesFormatCategoryAxisSettingsBuilder>

The action that configures the categoryaxis.

ValueAxis(System.Action)

Specifies the text of the valueAxis panel. The valueAxis panel is visible only for categorical chart types.

Parameters

configurator - System.Action<ChartWizardMessagesFormatValueAxisSettingsBuilder>

The action that configures the valueaxis.

XAxis(System.Action)

Specifies the text of the xAxis panel. The xAxis panel is visible only for non-categorical chart types.

Parameters

configurator - System.Action<ChartWizardMessagesFormatXAxisSettingsBuilder>

The action that configures the xaxis.

YAxis(System.Action)

Specifies the text of the xAxis panel. The yAxis panel is visible only for non-categorical chart types.

Parameters

configurator - System.Action<ChartWizardMessagesFormatYAxisSettingsBuilder>

The action that configures the yaxis.