LinearScale.Layers Property
In This Article
Provides access to a collection of layers contained in the current Linear Scale.
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public LinearScaleLayerCollection Layers { get; }
#Property Value
Type | Description |
---|---|
Linear |
A Linear |
#Remarks
Use the Layers property to add or remove layers to the current scale, as well as to customize different settings of individual scale layers. A single layer is an instance of the LinearScale class and can be accessed via the Item[] property of an LinearScaleLayerCollection object.
Example: How to: Use LinearScale
See Also