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

ArcScale.PercentToPoint(Single) Method

Converts the specified percent value to the corresponding point along the scale.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v18.2.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. The percent value of 0 corresponds to the point on the scale at the angle specified by the ArcScale.StartAngle. The percent value of 100 corresponds to the point on the scale at the angle specified by the ArcScale.EndAngle.

Returns

Type Description
PointF

A point along the scale between the ArcScale.StartAngle and ArcScale.EndAngle, in relative coordinates.

Remarks

For information on the coordinate system, see Coordinate System.

See Also