LinearGauge.Scales Property
Provides access to the collection of scales for the current gauge.
Namespace: DevExpress.XtraGauges.Win.Gauges.Linear
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraGauges.Win.Gauges.Linear.LinearScaleComponentCollection | A LinearScaleComponentCollection object that represents the collection of scale objects. |
Remarks
The collection’s elements are of the LinearScaleComponent type.
See Also