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


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

Syntax

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

See Also