ChartZoomableSettingsBuilder
Methods
Mousewheel(System.Action)
Specifies if the chart can be zoomed using the mouse wheel.
Parameters
configurator - System.Action<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)
Specifies if the chart can be zoomed using selection.
Parameters
configurator - System.Action<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.