ChartCategoryAxisSelectSettingsBuilder
Methods
Mousewheel(System.Boolean)
The mouse wheel configuration of the selection.
Parameters
value - System.Boolean
RETURNS
Returns the current ChartCategoryAxisSelectSettingsBuilder instance.
From(System.Object)
The lower boundary of the selected range.
Parameters
value - System.Object
The value for From
RETURNS
Returns the current ChartCategoryAxisSelectSettingsBuilder instance.
Max(System.Object)
The maximum value which the user can select.
Parameters
value - System.Object
The value for Max
RETURNS
Returns the current ChartCategoryAxisSelectSettingsBuilder instance.
Min(System.Object)
The minimum value which the user can select.
Parameters
value - System.Object
The value for Min
RETURNS
Returns the current ChartCategoryAxisSelectSettingsBuilder instance.
Mousewheel(System.Action)
The mouse wheel configuration of the selection.
Parameters
configurator - System.Action<ChartCategoryAxisSelectMousewheelSettingsBuilder>
The configurator for the mousewheel setting.
RETURNS
Returns the current instance of ChartCategoryAxisSelectSettingsBuilder .
To(System.Object)
The upper boundary of the selected range.
Parameters
value - System.Object
The value for To
RETURNS
Returns the current ChartCategoryAxisSelectSettingsBuilder instance.