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