How to position ItemLabel on a graph.

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
deepujain
Posts: 21
Joined: Sat Jun 02, 2007 10:52 am
Location: Bangalore

How to position ItemLabel on a graph.

Post by deepujain » Tue Mar 25, 2008 11:57 am

Hi,
I have a time series grpah where i display a label which indicates the peak value in the entire graph. Since my range is auto sometimes the label is partly visible. Is it possible to position the label?

renderer.setItemLabelGenerator(new flagPeakToolTipGenerator());
renderer.setItemLabelsVisible(true); // Gonna pay for this...

Regards
Deepak
Zzzzz....

Locked