Skip to main content

ArcScaleCollection Class

A collection of arc scales.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

public class ArcScaleCollection :
    ScaleCollection<ArcScale>

The following members return ArcScaleCollection objects:

Remarks

An arc scale’s collection is represented by the ArcScaleCollection class. Each collection item is an instance of the ArcScale class and can be accessed via the Item[] property of an ArcScaleCollection object.

For more information, refer to the Arc Scale document.

Example: How to: Use ArcScale

See Also