Skip to main content

LinearScale.PercentToPoint(Single) Method

Converts the specified percent value to the corresponding point along the scale, between the LinearScale.StartPoint and LinearScale.EndPoint.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public PointF PercentToPoint(
    float percent
)

Parameters

Name Type Description
percent Single

The percent value to be converted to a point along the scale.

Returns

Type Description
PointF

A point along the scale between the LinearScale.StartPoint and LinearScale.EndPoint, in relative coordinates.

Remarks

For information on the coordinate system, see Coordinate System.

See Also