How to use XYErrorRenderer with TimeSeriesColelction

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
merlushatrash
Posts: 19
Joined: Mon Sep 26, 2011 4:48 pm
antibot: No, of course not.

How to use XYErrorRenderer with TimeSeriesColelction

Post by merlushatrash » Mon Mar 19, 2012 12:03 pm

I want do display error bars for time based collection.
So collection should hold Timeperiod period, double value,double error.
If such collection type exists in jfrechart?
Is XYErrorRenderer is capable of displaying error for such collection types(period,value,error)?
If so can someone provide example?
If not ,what wil be workaround?

Locked