NumberFormat For Bar Chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
mjacobsca
Posts: 16
Joined: Thu Aug 21, 2003 4:59 pm

NumberFormat For Bar Chart

Post by mjacobsca » Wed Dec 03, 2003 11:48 pm

I have a Vertical Bar Chart that has double values. I need to set a number format so that only two fractional digits appear above the bar (bar labels, not axis labels). I have figured out how to do this with the PieChart, but cannot figure out how to get my CategoryPlot to do what I need. Can someone post a few lines of code to point me in the right direction?

Thanks,

Michael

Locked