There is this function: GetYByValue() in ChartControl which does the opposite, but there's no GetValueByY().
I tried calculating the value, but there's no way to get the Height of the main chart panel as far as I can tell, because the ChartControl.Panels property is protected! ChartBottom and ChartTop include any indicator panels, so they can't be used.
Is there a way to either:
1) Get the value (price) given the Y coordinate?
2) Get the height of the chart?

Comment