Scale.CustomLabels Property
Provides access to a collection of custom labels contained in the current scale.
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public ScaleCustomLabelCollection CustomLabels { get; }
#Property Value
Type | Description |
---|---|
Scale |
A Scale |
#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.