Skip to main content

ArcScale.ScaleLength Property

Gets the length of the scale.

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 scale’s length.

Remarks

The scale’s length is equal to the scale’s maximum value (ArcScale.MaxValue) minus the scale’s minimum value (ArcScale.MinValue).

See Also