Back to Devexpress

LinearScale.ScaleLength Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-linearscale-6db58fb7.md

latest1.4 KB
Original Source

LinearScale.ScaleLength Property

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

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 length of the scale.

|

Remarks

The length of the scale is its maximum value (LinearScale.MaxValue) minus its minimum value (LinearScale.MinValue).

See Also

LinearScale Class

LinearScale Members

DevExpress.XtraGauges.Core.Model Namespace