How to display lable on bar

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

How to display lable on bar

Post by shiqun tang » Wed Jul 03, 2002 10:01 am

I has call the method plot.setLableVisible(true);
but the lable don't come out yet! why??

josh

Re: How to display lable on bar

Post by josh » Wed Jul 03, 2002 3:25 pm

the kind of plot you are using might help.

shiqun tang

Re: How to display lable on bar

Post by shiqun tang » Thu Jul 04, 2002 2:58 am

I will use XYPlot to plot the chart, then How can I set lable on the bar?

David Gilbert

Re: How to display lable on bar

Post by David Gilbert » Thu Jul 04, 2002 6:02 am

There isn't any way to display labels on the bars for the vertical XY bar plot.

Regards,

DG.

Locked