LinearScale.ScaleLength Property
Gets the length of the scale, determined by its minimum and maximum value.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
Type | Description |
---|---|
Single | The length of the scale. |
Remarks
The length of the scale is its maximum value (LinearScale.MaxValue) minus its minimum value (LinearScale.MinValue).
See Also