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


Gets or sets the format string used with DateTimevalues that represent the instance in time where the minute changes.

Syntax

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

See Also