Hello, I am using a StockChart, and I need to get the positions of datapoints or better yet, specific x,y values in terms of pixel coordinates on the chart. I know with Chart, you can do that using convertValueToPixel, by calling it on the x or y axis members, but I need to do it on StockChart.
I can’t seem to do that with StockChart, and I can’t seem to find the x or y axis members of a StockChart to be able to do that on.
Note, I am using a StockChart with 2 subcharts within it, one using 3 sets of datapoints, and the other using 1 set of datapoint. The 2 charts are stack on top, with different y-axis, but they share a common DateTime x axis at the bottom.
How can I use convertValueToPixel or equivalent with a StockChart object?