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


Gets or sets the format string used with DateTime labels of quarter range ticks.

Syntax

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

See Also