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


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

Syntax

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

See Also