dotnetCHARTING Send comments on this topic.
Tick Property
See Also 
dotnetCHARTING Namespace > AxisMarker Class : Tick Property


Gets or sets an AxisTick object that will represent this AxisMarker on the axis where it resides.

Syntax

Visual Basic (Declaration) 
Public Property Tick As AxisTick
Visual Basic (Usage)Copy Code
Dim instance As AxisMarker
Dim value As AxisTick
 
instance.Tick = value
 
value = instance.Tick
C# 
public AxisTick Tick {get; set;}

Example

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.

See Also

© 2010 All Rights Reserved.