Sir,
On x-axis i have to get JAN, FEB, MARCH, APRIL
y-axis i want data rane 100 , 110, 120, etc upto 260,
then plot xy graph and i want to give values of JAN, FEB, MARCH etc which dataset should i uses and how to write a java bean for that
pls help
thanks in advance
How to create custom Dataset bean
Re: How to create custom Dataset bean
Use the TimeSeries plots. The HorizontalDateAxis class is used to build the x axis for dates. I have not attempted to change the date values from say Jan 2001 into just JAN but I am sure the system allowss you to do that. If not you will have to extend that class and find te method that the plot calls when it renders the graph and override it with your new mask.
Hope this helps, LEE
Hope this helps, LEE