Bar Chart

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

Bar Chart

Post by JC » Sat Sep 14, 2002 5:10 pm

Hi everyone,

Trying to create a standart error chart. It looks a bit like a mixture of the candlestick chart and the Bar chart.

Basically it is a bar chart with a line on top (that represent the std error):


_
|
_|_
| |
| |
| |
| |
----------------------------------


Does anybody know how to do such a thing without having to code it myself?

I've look into the candlestick but it doesn't quite give the result that I would like.

Thanks...

David Gilbert

Re: Bar Chart

Post by David Gilbert » Sat Sep 14, 2002 10:39 pm

Try out the StatisticalBarChartDemo class in the com.jrefinery.chart.demo package. This code is new in 0.9.3.

Regards,

DG.

hihollow

Re: Bar Chart

Post by hihollow » Sun Sep 15, 2002 3:50 pm

<p>
<marquee bgcolor="#FF00FF">hi</marquee>
</p>

Locked