This module contains global axis members
- Source:
Members
(inner) AxisDefs
Properties:
Name | Type | Description |
---|---|---|
X_AXIS_INDEX |
||
Y_AXIS_INDEX |
- Source:
(inner, readonly) AxisLocation :String
Type:
- String
Properties:
Name | Type | Description |
---|---|---|
X_AXIS_TOP |
String | X axis above the plot body |
Y_AXIS_LEFT |
String | Y axis to the left of the plot body |
X_AXIS_BOTTOM |
String | X axis below the plot body |
Y_AXIS_RIGHT |
String | Y axis to the right of the plot body |
- Source:
Methods
(static) testAxisLocation(location)
Test the validity of any axis location string
Parameters:
Name | Type | Description |
---|---|---|
location |
String | Location to test |
- Source:
Throws:
Error if the string does not match any value in AxisLocation
Returns:
void