Search
DateTimeSeries.LabelSuffix Property
See Also
 






Gets or sets a suffix appended to formatted DateTime labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string LabelSuffix { get; set; }

Visual Basic  Copy Code

Public Property LabelSuffix As String

 Property Value

A string value.

 See Also