Custom labels for series in a chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
sandrider
Posts: 9
Joined: Thu Apr 27, 2006 6:40 am

Custom labels for series in a chart

Post by sandrider » Thu Jun 28, 2007 2:19 pm

Hi,

I have a chart that has 3 series on it (coloured differently) and I want to label the series (each series has a number of bar values) with custom labels (I'm using the XYBarRenderer).

Is there a way for me to label each value in a series and make them visible/invisible when I make the series visible/invisible?

Thanks.

Desmond

Locked