ChartWizardMessagesDataConfigurationSettingsBuilder
Methods
ExpandText(System.String)
Specifies the title of the configuration panel
Parameters
value - System.String
The value for ExpandText
RETURNS
Returns the current ChartWizardMessagesDataConfigurationSettingsBuilder instance.
Series(System.Action)
Specifies the text for the series fields in the configuration panel
Parameters
configurator - System.Action<ChartWizardMessagesDataConfigurationSeriesSettingsBuilder>
The configurator for the series setting.
RETURNS
Returns the current instance of ChartWizardMessagesDataConfigurationSettingsBuilder .
CategoryAxis(System.String)
Specifies the text of the categoryAxis legend of the configuration panel
Parameters
value - System.String
The value for CategoryAxis
RETURNS
Returns the current ChartWizardMessagesDataConfigurationSettingsBuilder instance.
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 for ValueAxis
RETURNS
Returns the current ChartWizardMessagesDataConfigurationSettingsBuilder instance.
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 for XAxis
RETURNS
Returns the current ChartWizardMessagesDataConfigurationSettingsBuilder instance.