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


Gets or sets the AxisTick used to represent a week range ticks.

Syntax

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

See Also