Skip to main content
A newer version of this page is available. .

ArcScaleCollection Class

A collection of arc scales.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v21.1.dll

Declaration

public class ArcScaleCollection :
    ScaleCollection<ArcScale>

The following members accept/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

Inheritance

Object
Collection<ArcScale>
ObservableCollection<ArcScale>
DevExpress.WinUI.Core.Collections.Internal.WorkaroundObservableCollection<ArcScale>
See Also