Search found 2 matches
- Tue Jul 17, 2007 11:36 pm
- Forum: JFreeChart
- Topic: Wrong position for label on PeriodAxis
- Replies: 0
- Views: 3006
Wrong position for label on PeriodAxis
When multiple rows (PeriodAxisLabelInfo) are used labels are sometimes in the wrong place. To emphasize this problem I slightly modified data set in PeriodAxisDemo2.java as follows: /* -------------------- * PeriodAxisDemo2.java * -------------------- * (C) Copyright 2004, 2005, by Object Refinery L...
- Fri Jun 22, 2007 4:40 pm
- Forum: JFreeChart
- Topic: getSeriesKey() in LegendItemEntity for pie chart always null
- Replies: 5
- Views: 5806
getSeriesKey() in LegendItemEntity for pie chart always null
It looks like getSeriesKey() method in LegendItemEntity in v1.0.6 always returns null for pie charts. Just like deprecated getSeriesIndex() always returned 0. In other words, it is not possible to decipher what item you clicked on in the pie chart legend. Here is modified PieChartDemo1 code that ill...