Skip to main content
A newer version of this page is available. .

ScaleLabelOptions.FormatString Property

Gets or sets a value that specifies the format string for the display text on a scale.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v18.2.dll

Declaration

public string FormatString { get; set; }

Property Value

Type Description
String

A String value that is the format string of a label.

Property Paths

You can access this nested property as listed below:

Object Type Path to FormatString
ArcScale
.LabelOptions.FormatString
LinearScale
.LabelOptions.FormatString

Remarks

Use the FormatString property to define the specific string format for the scale’s label.

For more information on labels, refer to the Labels (Circular Scale) and Labels (Linear Scale) documents.

See Also