Back to Devexpress

ArcScale.Percent Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscale-d8e57e81.md

latest2.0 KB
Original Source

ArcScale.Percent Property

Gets the percent of the current value, in relation to the scale’s minimum and maximum values.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

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

Property Value

TypeDefaultDescription
Single0

The percent of the current value in relation to the scale’s minimum and maximum values.

|

Remarks

This property returns the percent of the current ArcScale.Value in relation to the scale’s minimum (ArcScale.MinValue) and maximum (ArcScale.MaxValue) values.

See Also

Value

PercentToPoint(Single)

PercentToValue(Single)

ValueToPercent(Single)

ArcScale Class

ArcScale Members

DevExpress.XtraGauges.Core.Model Namespace