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
HighLow Graph for display of only High & Low values, and
Re: HighLow Graph for display of only High & Low values,
Try out the IntervalBarChartDemo and see if that is similar to what you want.
Regards,
DG
Regards,
DG