Hi,
Can someone suggest away I could draw a red vertical bar in chart (XYPlot). Thanks
Drawing a red vertical bar
Re: Drawing a red vertical bar
Try out (then adapt) the VerticalXYBarChartDemo application.
Regards,
DG
Regards,
DG
Re: Drawing a red vertical bar
Hi DG,
The VerticalXYBarChartDemo application is not functioning correctly.
thanks,
HM
The VerticalXYBarChartDemo application is not functioning correctly.
thanks,
HM
Re: Drawing a red vertical bar
It is running fine for me, you'll have to be more specific about the problem you have encountered.
Regards,
DG.
Regards,
DG.
Re: Drawing a red vertical bar
This is the error message I'm getting;
Error : Class com.jrefinery.chart.demo.SimpleIntervalXYDataset not found.
VerticalXYBarChartDemo.java line 69
IntervalXYDataset dataset = new SimpleIntervalXYDataset();
thanks,
Hostos
Error : Class com.jrefinery.chart.demo.SimpleIntervalXYDataset not found.
VerticalXYBarChartDemo.java line 69
IntervalXYDataset dataset = new SimpleIntervalXYDataset();
thanks,
Hostos
Re: Drawing a red vertical bar
Is this when you run the demo from the jar files, or recompile it from source?
I double checked that I can run the demo OK from the jar files in 0.9.4 - no problem there. I also double checked that the SimpleIntervalXYDataset.java source file is in the distribution - again no problem. So I'm puzzled - I can't see where the error is coming from...
Regards,
DG.
I double checked that I can run the demo OK from the jar files in 0.9.4 - no problem there. I also double checked that the SimpleIntervalXYDataset.java source file is in the distribution - again no problem. So I'm puzzled - I can't see where the error is coming from...
Regards,
DG.