implement crosshairs within a fastscatterplot

A discussion forum for the JCommon class library.
Locked
alainM
Posts: 2
Joined: Thu Apr 08, 2010 2:32 pm
antibot: No, of course not.

implement crosshairs within a fastscatterplot

Post by alainM » Thu Apr 08, 2010 2:43 pm

Hello,

I'm looking for a way to implement crosshair 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. Any suggestion ? Thanks.

Alain M.

Locked