Kendo.Mvc.UI.Fluent.ChartCategoryAxisSelectSettingsBuilder
Defines the fluent API for configuring ChartCategoryAxisSelectSettings
Properties
Container
Gets the 1 container.
Methods
From(System.Object)
The lower boundary of the selected range.
Parameters
value System.Object
The value for From
Max(System.Object)
The maximum value which the user can select.
Parameters
value System.Object
The value for Max
Min(System.Object)
The minimum value which the user can select.
Parameters
value System.Object
The value for Min
Mousewheel(System.Action<Kendo.Mvc.UI.Fluent.ChartCategoryAxisSelectMousewheelSettingsBuilder<T>>)
The mouse wheel configuration of the selection.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartCategoryAxisSelectMousewheelSettingsBuilder>
The configurator for the mousewheel setting.
To(System.Object)
The upper boundary of the selected range.
Parameters
value System.Object
The value for To