Back to Devexpress

ArcScale.ScaleLength Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscale-0b094afa.md

latest1.5 KB
Original Source

ArcScale.ScaleLength Property

Gets the length of the scale.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[Browsable(false)]
public float ScaleLength { get; }
vb
<Browsable(False)>
Public ReadOnly Property ScaleLength As Single

Property Value

TypeDescription
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

MaxValue

MinValue

ArcScale Class

ArcScale Members

DevExpress.XtraGauges.Core.Model Namespace