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


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

Syntax

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

See Also