Sorry having difficulty forcing a mouse point to focus on BarsArray[0]
I currently use this which works fine - but it fails when I add a second data series. What is the correct notation to force it to use BarsArray[0]?
thanks
barIdx = ChartBars.GetBarIdxByX(chartControl, clickPixelX);

Comment