Hi everybody..
I'm new in this famous chart library.
Just one question from me:
I currently need to create candlestick chart which will compare data of two things. I am using DefaultHighLowDataSet.
Is it possible to create more than one data-series in one dataset? I found in the example and demo for just one data-series.
FYI, i use jfreechart-0.9.21 and cewolf for a web-based charting...
Please help me...
Thanks in advance....
Help: Candlestick - 2 dataseries in 1 dataset. Can it be?
-
- Posts: 8
- Joined: Tue Aug 30, 2005 10:42 am
use org.jfree.data.general.CombinedDataset
In JFreeChart 1.0 RC you can use org.jfree.data.general.CombinedDataset. Perhaps that works in your version as well.