ArcScale.PercentToPoint(Single) Method
Converts the specified percent value to the corresponding point along the scale.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
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