Skip to main content

CircularGauge.Scales Property

Provides access to a collection of scales contained in the Circular gauge.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

public ArcScaleCollection Scales { get; }

Property Value

Type Description
ArcScaleCollection

An ArcScaleCollection object that contains circular gauge scales.

Remarks

Use the Scales property to add or remove scales from the gauge, as well as to customize different settings of individual gauge scales. A single scale is an instance of the ArcScale class and can be accessed via the Item[] property of an ArcScaleCollection object.

For more information on scales, refer to the Scales document.

See Also