Skip to main content
A newer version of this page is available. .

LinearScale.ScaleLength Property

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

Namespace: DevExpress.XtraGauges.Core.Model

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

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