Skip to main content

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.v24.1.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

[Browsable(false)]
public float Percent { get; }

Property Value

Type Description
Single

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