DefaultHighLowDataset & Regular Time Period

Discussion about JFreeChart related to stockmarket charts.
Locked
russdb
Posts: 3
Joined: Thu Jun 14, 2012 5:48 pm
antibot: No, of course not.

DefaultHighLowDataset & Regular Time Period

Post by russdb » Mon Jun 18, 2012 8:01 pm

Here's what I have:

2 type of datasets.

1. The DefaultHighLowDataset uses a specified Date.
2. OHLCSeriesCollection uses the RegularTimePeriod as a date structure.

Of what I noticed:

OHLCSeriesCollection has the capability to dynamically add datarecords but uses the Regular Time Period which has issues of including records for Weekends which is not supposed to happen.
DefaultHighLowDataset does NOT have the capability to dynamically add datarecords but allows the user to specify dates of any kind.

How can DefaultHighLowDataset be used to dynamically add data like the OHLCSeriesCollection can ???

Locked