Hi,
I'm using a scatter chart and I'm getting an exception during multiple selection(DragXY mode) when 2 points which are not duplicates but only differs in decimals are in the chart.
Exception:
Error: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
These are my sample chart data:
new ChartData { X= 1.142046511627907, Y= 0.03041860465116275, Text= "Point1" },
new ChartData { X= 1.142046511627907, Y= 0.03054783512222222, Text= "Point2" }