GetValueByYWpf()
GetValueByYWpf()
Definition
Returns the series value on the chart scale determined by a WPF coordinate on the chart.
Method Return Value
A double value representing a series value on the chart scale. This is normally a price value, but can represent indicator plot values as well.
Syntax
\<chartscale\>.GetValueByYWpf(double y)
Method Parameters
Examples
In the image below, we used the Chart Control property MouseDownPoint as the “wpfy” variable, which in return tells us the user clicked on a Y value of 2105.499 on the chart scale.


