.netCHARTING v10.5 Documentation


Tick Property
Gets or sets an AxisTick object that will represent this AxisMarker on the axis where it resides.
Syntax
'Declaration
 
Public Property Tick As AxisTick
'Usage
 
Dim instance As AxisMarker
Dim value As AxisTick
 
instance.Tick = value
 
value = instance.Tick
public AxisTick Tick {get; set;}
Remarks
By default this tick is null and must be instantiated. If the axis marker is a range, the axis tick will also be a range AxisTick. If a CalendarPattern is used, the tick cannot be used.
Example
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