LinearScaleLayerCollection Class
In This Article
A collection that stores the layers of a particular linear scale.
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Related API Members
The following members 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
#Inheritance
See Also