AxisTick Class
Encapsulates an axis tick that includes Label or ElementMarker, TickLine, and GridLine styling objects.
Object Model
Syntax
'Declaration Public Class AxisTick Inherits ScaleRange
'Usage Dim instance As AxisTick
public class AxisTick : ScaleRange
Remarks
Appearance
AxisTick objects can appear in three different ways.
- Normal axis tick with a label.
- AxisTick where the label is replaced with the AxisTick.Marker object (Icon or Image).
- Range AxisTick in which case the tick has a low and high value.
Uses
AxisTick objects can also be used in different ways.
-
As an additional axis tick.
-
To override a tick on an axis.
-
To override multiple ticks on an axis.
Inheritance Hierarchy
System.Object
dotnetCHARTING.ScaleRange
dotnetCHARTING.AxisTick
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