Skip to main content

LinearScale.PercentToValue(Single) Method

Converts the specified percent to a value.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

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