DeviationRenderer with TimeSeries

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
SamiLakka
Posts: 8
Joined: Tue May 02, 2006 2:22 pm

DeviationRenderer with TimeSeries

Post by SamiLakka » Thu Nov 22, 2007 3:19 pm

Hi


I need to use DeviationRenderer with TimeSeries dataset. I looked the DeviationRenderer code and noticed that I have probably two alternatives: either write a new TimeSeries class that has support for deviations or somehow tweak the YIntervalDataset so that it can be plotted to TimeSeries chart.

Any suggestions what would be the easiest way?

Locked