Skip to main content
A newer version of this page is available. .

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

Declaration

[DefaultValue(0F)]
[Browsable(false)]
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 ArcScale.Value in relation to the scale’s minimum (ArcScale.MinValue) and maximum (ArcScale.MaxValue) values.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Percent property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also