Skip to main content

LinearScaleLevelBar Class

A linear scale level bar.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

public class LinearScaleLevelBar :
    LinearScaleIndicator

The following members return LinearScaleLevelBar objects:

Remarks

A level bar is used to show the current value of a linear scale. It looks like a typical indicator on a thermometer. An instance of a linear scale level bar is represented by the LinearScaleLevelBar object. It can be accessed as an item of the LinearScaleLevelBarCollection object returned by the LinearScale.LevelBars property.

For more information on level bars, refer to the Level Bar document.

Example: How to: Use LinearScale

See Also