Skip to main content

LinearScaleLevelBarCollection Class

A collection that stores the level bars of a particular linear scale.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

public class LinearScaleLevelBarCollection :
    LinearScaleIndicatorCollection<LinearScaleLevelBar>

The following members return LinearScaleLevelBarCollection objects:

Remarks

Each linear scale can hold a collection of level bars returned by the LinearScale.LevelBars property and represented by the LinearScaleLevelBarCollection class. Each collection item is an instance of the LinearScaleLevelBar class and can be accessed via the Item[] property of a LinearScaleLevelBarCollection object.

For more information on level bars, refer to the Level Bar (Linear Scale) document.

Example: How to: Use LinearScale

See Also