CategoryAxis manages category data on an axis.
_getKeyArraykey
data
Gets an array of values based on a key.
_setDataByKeykey
data
Sets data by key
_updateMinAndMaxCalculates the maximum and minimum values for the Axis.
formatLabelvalue
format
Formats a label based on the axis type and optionally specified format.
getDataByKeyvalue
Returns an array of values based on an identifier key.
value
String
value used to identify the array
getEdgeOffsetct
l
Gets the distance that the first and last ticks are offset from there respective edges.
getKeyValueAtkey
index
Returns a value based of a key value and an index.
getLabelByIndexi
l
Calculates and returns a value based on the number of labels and the index of the current label.
getMajorUnitDistancelen
uiLen
majorUnit
Returns the distance between major units on an axis.
getMaximumValueReturns a string corresponding to the last label on an axis.
getMinimumValueReturns a string corresponding to the first label on an axis.
_dataTypeType of data used in Axis.
_indicesObject storing key data.