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


Gets or sets the format string used with DateTime values that represent the instance in time wher%%%(Shortcut to: Element.Hotspot.URL)e the day changes.

Syntax

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

See Also