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...
Bar Chart
Re: Bar Chart
Try out the StatisticalBarChartDemo class in the com.jrefinery.chart.demo package. This code is new in 0.9.3.
Regards,
DG.
Regards,
DG.