Axis Constructor
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,Scale) | Initializes a new instance of the Axis class with a name, label, and scale enumeration. |
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,TimeInterval,Axis) | Initializes a new instance of the Axis class that will recalculate time intervals of the specified axis. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also