Search
DateTimeSeries.LabelPrefix Property
See Also
 






Gets or sets a prefix added in front of formatted DateTime labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string LabelPrefix { get; set; }

Visual Basic  Copy Code

Public Property LabelPrefix As String

 Property Value

A string value.

 See Also