Skip to main content

Scale.CustomLabels Property

Provides access to a collection of custom labels contained in the current scale.

Namespace: DevExpress.UI.Xaml.Gauges

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public ScaleCustomLabelCollection CustomLabels { get; }

#Property Value

Type Description
ScaleCustomLabelCollection

A ScaleCustomLabelCollection object that contains scale custom labels.

#Remarks

Use the CustomLabels property to add or remove custom labels to the current scale, as well as to customize different settings of an individual custom label. A single custom label is an instance of the ScaleCustomLabel class and can be accessed via the Item[] property of a ScaleCustomLabelCollection object.

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

See Also