ChartWizardStateSettingsBuilder

Methods

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 for Columns

Data(System.Object[])

Specifies the data to be visualized in ChartWizard component.

Parameters

value - System.Object[]

The value for Data

InitialSeries(System.Action)

The initial series configuration of the chart.

Parameters

configurator - System.Action<ChartWizardStateSettingsInitialSeriesFactory>

The configurator for the initialseries setting.

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<ChartWizardStateSettingsSeriesFactory>

The configurator for the series setting.

Title(System.Action)

The chart title configuration options or text.

Parameters

configurator - System.Action<ChartWizardStateTitleSettingsBuilder>

The configurator for the title setting.

Subtitle(System.Action)

The chart subtitle configuration options or text.

Parameters

configurator - System.Action<ChartWizardStateSubtitleSettingsBuilder>

The configurator for the subtitle setting.

Area(System.Action)

The chart area configuration options. Represents the entire visible area of the chart.

Parameters

configurator - System.Action<ChartWizardStateAreaSettingsBuilder>

The configurator for the area setting.

CategoryAxis(System.Action)

The category axis configuration options.

Parameters

configurator - System.Action<ChartWizardStateSettingsCategoryAxisFactory>

The configurator for the categoryaxis setting.

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<ChartWizardStateSettingsValueAxisFactory>

The configurator for the valueaxis setting.

Legend(System.Action)

The chart legend configuration options.

Parameters

configurator - System.Action<ChartWizardStateLegendSettingsBuilder>

The configurator for the legend setting.

Stack(System.Action)

The stack configuration of the series.

Parameters

configurator - System.Action<ChartWizardStateStackSettingsBuilder>

The configurator for the stack setting.

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.

CategoryField(System.String)

The field which represents the configuration of the series.categoryField.

Parameters

value - System.String

The value for CategoryField

ValueField(System.String)

The field which represents the configuration of the series.valueField.

Parameters

value - System.String

The value for ValueField

SeriesType(Kendo.Mvc.UI.ChartWizardSeriesType)

Specifies the series type.

Parameters

value - ChartWizardSeriesType

The value for SeriesType