Search found 1 match
- Fri Oct 05, 2007 8:47 pm
- Forum: JFreeChart
- Topic: Value Marker Labels get clipped
- Replies: 2
- Views: 4035
Workaround
Hi, You can prevent the clipping by creating a custom XYItemRenderer overriding the calculateDomainMarkerTextAnchorPoint() method. The implementation, however, requires the actual marker label string and the Font. Since these are not provided through the method parameters, it is passed in through th...