StockChartNavigatorSelectSettingsBuilder

Methods

From(System.DateTime)

The lower boundary of the selected range.

Parameters

value - System.DateTime

The value for From

RETURNS

Returns the current StockChartNavigatorSelectSettingsBuilder instance.

Mousewheel(System.Action)

The mousewheel configuration of the selection.If set to false the mousewheel will not update the selection.

Parameters

configurator - System.Action<StockChartNavigatorSelectMousewheelSettingsBuilder>

The configurator for the mousewheel setting.

RETURNS

Returns the current instance of StockChartNavigatorSelectSettingsBuilder .

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.

RETURNS

Returns the current instance of StockChartNavigatorSelectMousewheelSettingsBuilder .

To(System.DateTime)

The upper boundary of the selected range.

Parameters

value - System.DateTime

The value for To

RETURNS

Returns the current StockChartNavigatorSelectSettingsBuilder instance.