Skip to main content

ScaleCustomLabelCollection Class

A collection that stores the custom labels of a particular scale.

Namespace: DevExpress.UI.Xaml.Gauges

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public class ScaleCustomLabelCollection :
    GaugeLayoutElementCollection<ScaleCustomLabel>

The following members return ScaleCustomLabelCollection objects:

Remarks

Each linear scale can hold a collection of custom labels returned by the Scale.CustomLabels property and represented by the ScaleCustomLabelCollection class. Each collection item 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) document.

See Also