ChartWizardMessagesDataConfigurationSettingsBuilder
Methods
ExpandText(System.String)
Specifies the title of the configuration panel
Parameters
value - System.String
The value for ExpandText
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.
CategoryAxis(System.String)
Specifies the text of the categoryAxis legend of the configuration panel
Parameters
value - System.String
The value for 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 for 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 for XAxis