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


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

Syntax

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

See Also