xyplot: size of area allocated to each point?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
swdev
Posts: 13
Joined: Sat Oct 14, 2006 1:01 pm

xyplot: size of area allocated to each point?

Post by swdev » Sat Oct 14, 2006 1:07 pm

I may have missed it but I didn't find in the documentation a discussion of how to determine (or modifiy, for that matter) the area allocated to each point in xyplot. The issue arises, e.g., when writing a custom renderer. Should I assume that it is just the clipping area of the graphics object?

A related issue is how this interacts with zooming: when calling setSeriesShape on a renderer, should we take into account the zoom factor or is all that at zoom 1, actual zoom being applied later?

Thanks in advance.

Locked