categoryAxis.selectObject

The selected axis range. If configured, axis selection will be enabled.

categoryAxis.select.fromString|Date

The lower boundary of the selected range.

categoryAxis.select.toString|Date

The upper boundary of the selected range.

Note: The category with the specified date is not included in the selected range unless the axis is justified. In order to select all categories specify a value larger than the last category date.

categoryAxis.select.minObject

The minimum value that is selectable by the user.

categoryAxis.select.maxObject

The maximum value that is selectable by the user.

Note: The category with the specified index (date) is not included in the selected range unless the axis is justified. In order to select all categories specify a value larger than the last category index (date).

categoryAxis.select.mousewheelObject

Mousewheel zoom settings for the selection.

categoryAxis.select.mousewheel.reverseBoolean(default: true)

Reverses the mousewheel zoom direction. Normal direction is down for "zoom out", up for "zoom in".

categoryAxis.select.mousewheel.zoomString(default: "both")

The zoom direction. Possible values:

"both"

Zooming expands and contracts the selection both sides.

"left"

Zooming expands and contracts the selection left side only.

"right"

Zooming expands and contracts the selection right side only.