TTMSFNCChartSerie.YToValue Method
Converts a canvas y-coordinate to a data value using this series' y-scale.
API unit family: TMSFNCChart
Declaring type: TTMSFNCChartSerie
Syntax
function YToValue(AY: Double; APosition: Boolean = True): Double;
Parameters
| Name | Description |
|---|---|
AY |
Canvas y-coordinate to convert. |
APosition |
When True, applies axis position offset; pass False for raw scale conversion. |
Returns
Returned value.