Skip to main content

CircularGauge.Scales Property

Provides access to the collection of scales for the current gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

Assembly: DevExpress.XtraGauges.v23.2.Win.dll

NuGet Package: DevExpress.Win.Gauges

Declaration

[DXCategory("Appearance")]
public ArcScaleComponentCollection Scales { get; }

Property Value

Type Description
DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponentCollection

An ArcScaleComponentCollection object that represents the collection of scale objects.

Remarks

The collection’s elements are of the ArcScaleComponent type.

See Also