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

ArcScale.PercentToValue(Single) Method

Converts the specified percent to a value.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

Declaration

public float PercentToValue(
    float percent
)

Parameters

Name Type Description
percent Single

The percent to be converted to a value.

Returns

Type Description
Single

The value corresponding to the specified percent.

See Also