i need help about labels

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
xbyan
Posts: 2
Joined: Wed Dec 15, 2004 3:13 am

i need help about labels

Post by xbyan » Wed Dec 15, 2004 3:42 am

I need to put labels at the start and end point of each bar indicating the precise values.

angel
Posts: 899
Joined: Thu Jan 15, 2004 12:07 am
Location: Germany - Palatinate

Post by angel » Wed Dec 15, 2004 8:35 am

I don't know if this works for you, but you can try with the itemlabels

Code: Select all

renderer.setItemLabelsVisible(true);

Locked