Search
TickSettings.LabelFormat Property
See Also
 






Gets or sets the format for label texts.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public string LabelFormat { get; set; }

Visual Basic  Copy Code

Public Property LabelFormat As String

 Property Value

A standard numeric format string.

 See Also