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


Gets or sets the AxisTick used to represent the instance in time where the Year changes.

Syntax

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

See Also