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

LinearScaleLayerCollection Class

A collection that stores the layers of a particular linear scale.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v21.1.dll

Declaration

public class LinearScaleLayerCollection :
    LayerCollection<LinearScaleLayer>

The following members accept/return LinearScaleLayerCollection objects:

Remarks

A linear scale layer’s collection is represented by the LinearScaleLayerCollection class. Each collection item is an instance of the LinearScaleLayer class and can be accessed via the Item[] property of a LinearScaleLayerCollection object.

For more information on layers, refer to the Layers (Linear Scale) document.

Example: How to: Use LinearScale

See Also