Skip to main content

LinearScale.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.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

#Declaration

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

#Property Value

Type Default Description
Single 0

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 LinearScale.Value in relation to the scale’s minimum (LinearScale.MinValue) and maximum (LinearScale.MaxValue) values.

See Also