How to Pass my own values in price Volume example..

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
ranjeet

How to Pass my own values in price Volume example..

Post by ranjeet » Fri Aug 23, 2002 1:50 pm

HI..
i am using JFree chart's PriceVolume demo. I need to pass my own values for price,volume , date dynamically. Please suggest me the way it can be done. I am trying from some time but could not get any solution. Please reply....

regrards
ranjeet

David Gilbert

Re: How to Pass my own values in price Volume example..

Post by David Gilbert » Mon Aug 26, 2002 8:41 am

For now, you have to write your own dataset class that implements the HighLowDataset interface. There's no ready-made implementation yet.

Regards,

DG

Locked