crosshairs implementation within a fastscatterplot

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
alainM
Posts: 2
Joined: Thu Apr 08, 2010 2:32 pm
antibot: No, of course not.

crosshairs implementation within a fastscatterplot

Post by alainM » Fri Apr 16, 2010 8:46 am

I'm looking for a way to implement crosshairs within a FastScatterPlot. From what I've seen it is not possible to use the CrosshairOverLay mechanism for there is an explicit cast to XYPlot whithin the paintOverlay method in the CrosshairOverlay class. Moreover there's no way to override CrosshairOverlay methods for Crosshairs List attributes are private.

Alain.

Locked