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

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.v19.1.Core.dll

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