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


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

Syntax

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

See Also