Thanks,
Massimiliano
I am initializing the scatter with an empty list of points, so there
are no axes and only the background is shown.
Then, every once in a while I add a bunch of points to the list of
points to be rendered, and to the bounding box, and I call the render
method on the chart, but nothing happens :(
I am trying to display live data, every once in a while new points are
added to my scatter, (extends Drawable implements SingleColorable) and
I am firing a DrawableChanged event.