StockChartNavigatorSelectSettingsBuilder
Methods
From(System.DateTime)
The lower boundary of the selected range.
Parameters
value - System.DateTime
The value for From
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.
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.
To(System.DateTime)
The upper boundary of the selected range.
Parameters
value - System.DateTime
The value for To