The returned object literal from the Highcharts.Axis#getExtremes function.
Members
-
dataMax :number
-
The maximum value of the axis' associated series.
Type:
- number
-
dataMin :number
-
The minimum value of the axis' associated series.
Type:
- number
-
max :number
-
The maximum axis value, either automatic or set manually. If the
maxoption is not set,maxPaddingis 0 andendOnTickis false, this value will be the same asdataMax.Type:
- number
-
min :number
-
The minimum axis value, either automatic or set manually. If the
minoption is not set,minPaddingis 0 andstartOnTickis false, this value will be the same asdataMin.Type:
- number
-
userMax :number
-
The user defined maximum, either from the
maxoption or from a zoom orsetExtremesaction.Type:
- number
-
userMin :number
-
The user defined minimum, either from the
minoption or from a zoom orsetExtremesaction.Type:
- number