Initializes a new instance of the Axis class.
Overload List
Overload |
Description |
Axis Constructor() |
Initializes a new instance of the Axis class. |
Axis Constructor(String) |
Initializes a new instance of the Axis class with a name and label. |
Axis Constructor(String,ChangeValueDelegate,Axis) |
Initializes a new instance of the Axis class that will process the tick values of the specified axis based on a custom method. |
Axis Constructor(String,Object,Object,Axis) |
Initializes a new instance of the Axis class that will convert the tick labels of the specified axis to the specified units. |
Axis Constructor(String,Scale) |
Initializes a new instance of the Axis class with a name, label, and scale enumeration. |
Axis Constructor(String,TimeInterval,Axis) |
Initializes a new instance of the Axis class that will recalculate time intervals of the specified axis. |
See Also