Kendo.Mvc.UI.Fluent.StockChartNavigatorSelectSettingsBuilder
Defines the fluent API for configuring StockChartNavigatorSelectSettings
Methods
From(System.DateTime)
The lower boundary of the selected range.
Parameters
value System.DateTime
The value for From
Mousewheel(System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorSelectMousewheelSettingsBuilder<T>>)
The mousewheel configuration of the selection.If set to false the mousewheel will not update the selection.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.StockChartNavigatorSelectMousewheelSettingsBuilder>
The configurator for the mousewheel setting.
Mousewheel(System.Boolean)
The mousewheel configuration of the selection.If set to false the mousewheel will not update the selection.
Parameters
enabled System.Boolean
Enables or disables the mousewheel option.
To(System.DateTime)
The upper boundary of the selected range.
Parameters
value System.DateTime
The value for To