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


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

Syntax

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

See Also