ChartWizardMessagesDataConfigurationSettingsBuilder

Methods

ExpandText(System.String)

Specifies the title of the configuration panel

Parameters

value - System.String

The value that configures the expandtext.

Series(System.Action)

Specifies the text for the series fields in the configuration panel

Parameters

configurator - System.Action<ChartWizardMessagesDataConfigurationSeriesSettingsBuilder>

The action that configures the series.

CategoryAxis(System.String)

Specifies the text of the categoryAxis legend of the configuration panel

Parameters

value - System.String

The value that configures the categoryaxis.

ValueAxis(System.String)

Specifies the text of the valueAxis legend of the configuration panel. Value Axis is present only with non-categorical type of chart.

Parameters

value - System.String

The value that configures the valueaxis.

XAxis(System.String)

Specifies the text of the xAxis legend of the configuration panel. xAxis is present only with scatter type of chart.

Parameters

value - System.String

The value that configures the xaxis.