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


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

Syntax

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

See Also