labels to a line chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
schmidt

labels to a line chart

Post by schmidt » Mon Feb 03, 2003 12:39 pm

Hi,
How to set labels to datapoints of a line chart?

David Gilbert

Re: labels to a line chart

Post by David Gilbert » Mon Feb 03, 2003 1:57 pm

You can use the setValueLabelsVisible(...) method in the CategoryPlot class.

Regards,

Dave Gilbert

Locked