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.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. |
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