AxisTick Constructor
Overload List
Overload | Description |
---|---|
AxisTick Constructor() | Initializes a new instance of the AxisTick class. |
AxisTick Constructor(String,String) | Initializes a new instance of the AxisTick class with text of an original label and new text to override that label with. |
AxisTick Constructor(Object) | Initializes a new instance of the AxisTick class with an arbitrary numeric or DateTime value. |
AxisTick Constructor(Object,ElementMarker) | Initializes a new instance of the AxisTick class with an arbitrary numeric or DateTime value and an element marker. |
AxisTick Constructor(Object,String) | Initializes a new instance of the AxisTick class with an arbitrary numeric or DateTime value and a text label. |
AxisTick Constructor(Object,Object) | Initializes a new instance of the AxisTick class with an arbitrary numeric or DateTime range. |
AxisTick Constructor(Object,Object,String) | Initializes a new instance of the AxisTick class with an arbitrary numeric or DateTime range and label. |
AxisTick Constructor(Object,Object,Boolean) | Initializes a new instance of the AxisTick class with an arbitrary numeric or DateTime range and an option to make this axis tick override ticks within it's range instead of appearing on the 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