Skip to main content

ArcScale Class

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

public class ArcScale :
    Scale

The following members return ArcScale objects:

Remarks

Arc scale is intended to be used with the CircularGauge. An instance of an arc scale is represented by the ArcScale object. It can be accessed as an item of the ArcScaleCollection object returned by the CircularGauge.Scales property.

An Arc Scale consists of tickmarks, labels, custom labels, ranges, layers and a spindle cap. As value indicators, it can use needles, markers and range bars.

Example: How to: Use ArcScale

See Also