Skip to main content

ArcScaleLayer Class

A layer that contains properties to define the visual presentation of a circular scale.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public class ArcScaleLayer :
    ScaleLayerBase

Remarks

A layer specifies the appearance of the circular scale’s elements. It is represented by a ArcScaleLayer object contained in the ArcScaleLayerCollection object, which can be accessed via the ArcScale.Layers property.

When a new layer is added to the circular scale, it is painted behind all other elements, because by default, its GaugeOptionsBase.ZIndex is less than other elements. If you want to display layers in front of scale elements, set their Zindex to a greater value.

Example: How to: Use ArcScale

See Also