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


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

Syntax

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

See Also