dotnetCHARTING Send comments on this topic.
QuarterTick Property
See Also 
dotnetCHARTING Namespace > Axis.TimeScaleLabelInfo Class : QuarterTick Property


Gets or sets the AxisTick used to represent a year's quarter range ticks.

Syntax

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

See Also