StockChartNavigatorSelectMousewheelSettingsBuilder

Methods

Reverse(System.Boolean)

If set to true will reverse the mouse wheel direction. The normal direction is down for "zoom out", up for "zoom in".

Parameters

value - System.Boolean

The value for Reverse

RETURNS

Returns the current StockChartNavigatorSelectMousewheelSettingsBuilder instance.

Reverse()

If set to true will reverse the mouse wheel direction. The normal direction is down for "zoom out", up for "zoom in".

RETURNS

Returns the current StockChartNavigatorSelectMousewheelSettingsBuilder instance.

Zoom(System.String)

The zoom direction.The supported values are: "both" - zooming expands and contracts the selection both sides; "left" - zooming expands and contracts the selection left side only or "right" - zooming expands and contracts the selection right side only.

Parameters

value - System.String

The value for Zoom

RETURNS

Returns the current StockChartNavigatorSelectMousewheelSettingsBuilder instance.