Skip to main content

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.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public string FormatString { get; set; }

Property Value

Type Description
String

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

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