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


Gets or sets the format string used with DateTime values that represent the instance in time where the hour changes.

Syntax

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

See Also