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.
RETURNS
Returns the current instance of ChartZoomableSettingsBuilder .
Mousewheel(System.Boolean)
Specifies if the chart can be zoomed using the mouse wheel.
Parameters
enabled - System.Boolean
Enables or disables the mousewheel option.
RETURNS
Returns the current instance of ChartZoomableMousewheelSettingsBuilder .
Selection(System.Action)
Specifies if the chart can be zoomed using selection.
Parameters
configurator - System.Action<ChartZoomableSelectionSettingsBuilder>
The configurator for the selection setting.
RETURNS
Returns the current instance of ChartZoomableSettingsBuilder .
Selection(System.Boolean)
Specifies if the chart can be zoomed using selection.
Parameters
enabled - System.Boolean
Enables or disables the selection option.
RETURNS
Returns the current instance of ChartZoomableSelectionSettingsBuilder .