Kendo.Mvc.UI.Fluent.ChartZoomableSettingsBuilder
Defines the fluent API for configuring ChartZoomableSettings
Properties
Container
Gets the 1 container.
Methods
Mousewheel(System.Action<Kendo.Mvc.UI.Fluent.ChartZoomableMousewheelSettingsBuilder<T>>)
Specifies if the chart can be zoomed using the mouse wheel.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartZoomableMousewheelSettingsBuilder>
The configurator for the mousewheel setting.
Mousewheel(System.Boolean)
Specifies if the chart can be zoomed using the mouse wheel.
Parameters
enabled System.Boolean
Enables or disables the mousewheel option.
Selection(System.Action<Kendo.Mvc.UI.Fluent.ChartZoomableSelectionSettingsBuilder<T>>)
Specifies if the chart can be zoomed using selection.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartZoomableSelectionSettingsBuilder>
The configurator for the selection setting.
Selection(System.Boolean)
Specifies if the chart can be zoomed using selection.
Parameters
enabled System.Boolean
Enables or disables the selection option.