Skip to main content

LinearScale.ScaleLength Property

Gets the length of the scale, determined by its minimum and maximum value.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

[Browsable(false)]
public float ScaleLength { get; }

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