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

RETURNS

Returns the current ChartWizardStateSettingsBuilder instance.

Data(System.Object[])

Specifies the data to be visualized in ChartWizard component.

Parameters

value - System.Object[]

The value for Data

RETURNS

Returns the current ChartWizardStateSettingsBuilder instance.

InitialSeries(System.Action)

The initial series configuration of the chart.

Parameters

configurator - System.Action<ChartWizardStateSettingsInitialSeriesFactory>

The configurator for the initialseries setting.

RETURNS

Returns the current instance of ChartWizardStateSettingsBuilder .

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.

RETURNS

Returns the current instance of ChartWizardStateSettingsBuilder .

Title(System.Action)

The chart title configuration options or text.

Parameters

configurator - System.Action<ChartWizardStateTitleSettingsBuilder>

The configurator for the title setting.

RETURNS

Returns the current instance of ChartWizardStateSettingsBuilder .

Subtitle(System.Action)

The chart subtitle configuration options or text.

Parameters

configurator - System.Action<ChartWizardStateSubtitleSettingsBuilder>

The configurator for the subtitle setting.

RETURNS

Returns the current instance of ChartWizardStateSettingsBuilder .

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.

RETURNS

Returns the current instance of ChartWizardStateSettingsBuilder .

CategoryAxis(System.Action)

The category axis configuration options.

Parameters

configurator - System.Action<ChartWizardStateSettingsCategoryAxisFactory>

The configurator for the categoryaxis setting.

RETURNS

Returns the current instance of ChartWizardStateSettingsBuilder .

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.

RETURNS

Returns the current instance of ChartWizardStateSettingsBuilder .

Legend(System.Action)

The chart legend configuration options.

Parameters

configurator - System.Action<ChartWizardStateLegendSettingsBuilder>

The configurator for the legend setting.

RETURNS

Returns the current instance of ChartWizardStateSettingsBuilder .

Stack(System.Action)

The stack configuration of the series.

Parameters

configurator - System.Action<ChartWizardStateStackSettingsBuilder>

The configurator for the stack setting.

RETURNS

Returns the current instance of ChartWizardStateSettingsBuilder .

Stack()

The stack configuration of the series.

RETURNS

Returns the current instance of ChartWizardStateSettingsBuilder .

Stack(System.Boolean)

The stack configuration of the series.

Parameters

enabled - System.Boolean

Enables or disables the stack option.

RETURNS

Returns the current instance of ChartWizardStateStackSettingsBuilder .

CategoryField(System.String)

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

Parameters

value - System.String

The value for CategoryField

RETURNS

Returns the current ChartWizardStateSettingsBuilder instance.

ValueField(System.String)

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

Parameters

value - System.String

The value for ValueField

RETURNS

Returns the current ChartWizardStateSettingsBuilder instance.

SeriesType(Kendo.Mvc.UI.ChartWizardSeriesType)

Specifies the series type.

Parameters

value - ChartWizardSeriesType

The value for SeriesType

RETURNS

Returns the current ChartWizardStateSettingsBuilder instance.