JavaScript/jQuery Chart - Axis
This section describes the Axis object. This object represents a chart axis.
Type:
You can call one of the following Chart instance methods to access this object:
Alternatively, you can call one of the following Series object methods:
Methods
Name | Description |
---|---|
visualRange() |
Gets the axis' displayed range. |
visualRange(visualRange) |
Sets the axis's displayed range. |
Feedback