Problem when dataset changed from timeSeries to OHLCSeries

Discussion about JFreeChart related to stockmarket charts.
Locked
tmtjond
Posts: 23
Joined: Thu Jul 24, 2008 3:21 am

Problem when dataset changed from timeSeries to OHLCSeries

Post by tmtjond » Thu Jul 24, 2008 4:17 am

A chart is added with a timeSeriesCollection dataset, if the dataset is changed to ohlcSeriesCollection, nothing is drawn after the chart is drawn.

However, if the dataset is also changed to another NEW timeSeriesCollection dataset, there is no problem.

Which object(s)/listener(s) should I notify?

Locked