Skip to main content

LinearGauge.Scales Property

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

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public LinearScaleCollection Scales { get; }

Property Value

Type Description
LinearScaleCollection

A LinearScaleCollection object that contains linear gauge scales.

Remarks

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

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

See Also