ChartWizardMessagesFormatSettingsBuilder

Methods

ChartArea(System.Action)

Specifies the text of the chartArea panel.

Parameters

configurator - System.Action<ChartWizardMessagesFormatChartAreaSettingsBuilder>

The configurator for the chartarea setting.

Title(System.Action)

Specifies the text of the title panel.

Parameters

configurator - System.Action<ChartWizardMessagesFormatTitleSettingsBuilder>

The configurator for the title setting.

Series(System.Action)

Specifies the text of the series panel.

Parameters

configurator - System.Action<ChartWizardMessagesFormatSeriesSettingsBuilder>

The configurator for the series setting.

Legend(System.Action)

Specifies the text of the legend panel.

Parameters

configurator - System.Action<ChartWizardMessagesFormatLegendSettingsBuilder>

The configurator for the legend setting.

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 configurator for the categoryaxis setting.

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 configurator for the valueaxis setting.

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 configurator for the xaxis setting.

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 configurator for the yaxis setting.