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

LinearScaleCollection Class

A collection of linear scales.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

public class LinearScaleCollection :
    ScaleCollection<LinearScale>

The following members return LinearScaleCollection objects:

Remarks

A linear scale’s collection is represented by the LinearScaleCollection class. Each collection item is an instance of the LinearScale class and can be accessed via the Item[] property of a LinearScaleCollection object.

For more information, refer to the Linear Scale document.

Example: How to: Use LinearScale

See Also