Extends
Members
-
dataMax :number
-
The maximum value of the axis' associated series.
Type:
- number
- Inherited From:
-
dataMin :number
-
The minimum value of the axis' associated series.
Type:
- number
- Inherited From:
-
max :number
-
The maximum axis value, either automatic or set manually. If the
max
option is not set,maxPadding
is 0 andendOnTick
is false, this value will be the same asdataMax
.Type:
- number
- Inherited From:
-
min :number
-
The minimum axis value, either automatic or set manually. If the
min
option is not set,minPadding
is 0 andstartOnTick
is false, this value will be the same asdataMin
.Type:
- number
- Inherited From:
-
preventDefault :function
-
Type:
- function
-
target :Highcharts.SVGElement
-
Type:
-
trigger :Highcharts.AxisExtremesTriggerValue|string
-
Type:
- Highcharts.AxisExtremesTriggerValue | string
-
type :"setExtremes"
-
Type:
- "setExtremes"
-
userMax :number|undefined
-
The user defined maximum, either from the
max
option or from a zoom orsetExtremes
action.Type:
- number | undefined
- Inherited From:
-
userMin :number|undefined
-
The user defined minimum, either from the
min
option or from a zoom orsetExtremes
action.Type:
- number | undefined
- Inherited From: