Search found 1 match

by tgrahl
Sun Oct 08, 2017 10:21 am
Forum: JFreeChart
Topic: Labels on line chart
Replies: 6
Views: 7175

Re: Labels on line chart

I am trying the example of skunk, but am not able to see any label on the last point in an XY line chart renderer.setBaseItemLabelGenerator(new XYItemLabelGenerator() { public String generateLabel(XYDataset dataset, int series, int item) { if (item == dataset.getItemCount(series) - 1) return (String...