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


Gets or sets the axis tick used to represent the instance in time where the millisecond changes.

Syntax

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

See Also