Skip to main content

LinearGauge.Levels Property

Provides access to the level bar collection for the current gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

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

NuGet Package: DevExpress.Win.Gauges

Declaration

[DXCategory("Appearance")]
public LinearScaleLevelComponentCollection Levels { get; }

Property Value

Type Description
DevExpress.XtraGauges.Win.Gauges.Linear.LinearScaleLevelComponentCollection

A LinearScaleLevelComponentCollection object that represents the collection of level bar objects.

Remarks

The collection’s elements are of the LinearScaleLevelComponent type.

See Also