HighLow Graph for display of only High & Low values, and

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

HighLow Graph for display of only High & Low values, and

Post by Nin » Wed Nov 13, 2002 5:02 pm

Hi all,

I need to use the High Low Chart to display High and Low values only, and do not want to pass any data for other 3 parameters. If I pass null for the other 3 parameters (i.e. open, close and volume), the graph does not come up in the JSP.

I also want to know, if I am displaying a High Low chart with some open, close and volume values passed to it, does it affect the display of the graph, or are the other 3 parameters just stored in the chart, and does not show up anyway on the chart, unless I make it a candle stick chart.

I also want the instead of dates, some other string (like categories in Bar chart) should come. How can I do the same.

I am using CEwolf to use JfreeCharts in JSPs. Is there any direct way of doing it from there, even if I have to write some of my own classes.

Thanks in advance

Nin

Dave Gilbert

Re: HighLow Graph for display of only High & Low values,

Post by Dave Gilbert » Wed Nov 13, 2002 11:57 pm

Try out the IntervalBarChartDemo and see if that is similar to what you want.

Regards,

DG

Locked