Skip to main content

LinearScale.Layers Property

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
LinearScaleLayerCollection

A LinearScaleLayerCollection object that contains scale layers.

#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