ChartWizardStateSettingsBuilder
Methods
Data(System.Object[])
Specifies the data to be visualized in ChartWizard component.
Parameters
value - System.Object[]
The value for Data
Columns(System.String[])
Specifies the columns to be used for the ChartWizard component. An array of strings should be provided.
Parameters
value - System.String[]
The value that configures the columns.
InitialSeries(System.Action)
The initial series configuration of the chart.
Parameters
configurator - System.Action<ChartWizardStateSettingsInitialSerieFactory>
The action that configures the initialseries.
Series(System.Action)
The configuration of the chart series.The series type is determined by the value of the type field. If a type value is missing, the type is assumed to be the one specified in seriesDefaults.
Parameters
configurator - System.Action<ChartWizardStateSettingsSerieFactory>
The action that configures the series.
Title(System.Action)
The chart title configuration options or text.
Parameters
configurator - System.Action<ChartWizardStateTitleSettingsBuilder>
The action that configures the title.
Subtitle(System.Action)
The chart subtitle configuration options or text.
Parameters
configurator - System.Action<ChartWizardStateSubtitleSettingsBuilder>
The action that configures the subtitle.
Area(System.Action)
The chart area configuration options. Represents the entire visible area of the chart.
Parameters
configurator - System.Action<ChartWizardStateAreaSettingsBuilder>
The action that configures the area.
CategoryAxis(System.Action)
The category axis configuration options.
Parameters
configurator - System.Action<ChartWizardStateSettingsCategoryAxiFactory>
The action that configures the categoryaxis.
ValueAxis(System.Action)
The value axis configuration options.If set to true the category axis direction will be reversed. By default categories are listed from left to right and from bottom to top.
Parameters
configurator - System.Action<ChartWizardStateSettingsValueAxiFactory>
The action that configures the valueaxis.
Legend(System.Action)
The chart legend configuration options.
Parameters
configurator - System.Action<ChartWizardStateLegendSettingsBuilder>
The action that configures the legend.
Stack()
The stack configuration of the series.
Stack(System.Boolean)
The stack configuration of the series.
Parameters
enabled - System.Boolean
Enables or disables the stack option.
Stack(System.Action)
The stack configuration of the series.
Parameters
configurator - System.Action<ChartWizardStateStackSettingsBuilder>
The action that configures the stack.
CategoryField(System.String)
The field which represents the configuration of the series.categoryField.
Parameters
value - System.String
The value that configures the categoryfield.
ValueField(System.String)
The field which represents the configuration of the series.valueField.
Parameters
value - System.String
The value that configures the valuefield.
SeriesType(Kendo.Mvc.UI.ChartWizardSeriesType)
Specifies the series type.
Parameters
value - ChartWizardSeriesType
The value that configures the seriestype.