Search found 10 matches

by manish
Wed Aug 23, 2006 8:39 am
Forum: JFreeChart
Topic: DateAxis Questions/Problems
Replies: 16
Views: 30148

hi, At the right end of the x-Axis (DateAxis) the last TickLabel is cut off. How can i fix that ? i have read the post by dave so it has been fixed yet or not. if not fixed then how i can get the blank space on right of x-axis. plz help me out its urgent. my code for chart is here:- XYPlot plot = (X...
by manish
Wed Aug 23, 2006 7:28 am
Forum: JFreeChart
Topic: Getting same month value 4 time on x axis for 1 month
Replies: 5
Views: 6706

Hi, I have sort out the soln of problem. Thank U for reply specially for dave. the repaced code is:- DateAxis axis = (DateAxis) plot.getDomainAxis(); DateTickUnit dateTickUnit = new DateTickUnit(1,1,new SimpleDateFormat("MMM-yyyy")); axis.setTickUnit(dateTickUnit); return chart;
by manish
Tue Aug 22, 2006 8:51 am
Forum: JFreeChart
Topic: Getting same month value 4 time on x axis for 1 month
Replies: 5
Views: 6706

hi jwenting ; thank u for reply. but i am getting only one value for a month from database. thts y in my code:- mapMaxAvgAmount will contain" month year" as a key and amount as value. And as dave replied when i used // axis.setDateFormatOverride(new SimpleDateFormat("MMM-yyyy")); DateTickUnit dateTi...
by manish
Tue Aug 22, 2006 6:39 am
Forum: JFreeChart
Topic: Getting same month value 4 time on x axis for 1 month
Replies: 5
Views: 6706

Hi dave, Thank u For reply. but when i comment code:- axis.setDateFormatOverride(new SimpleDateFormat("MMM-yyyy")); i am getting X-axis with day-month fashion. But I want to show value respect to Month And Year. yu have said abt setTickUnitCollection() , so can u put some sample code that show how i...
by manish
Mon Aug 21, 2006 2:36 pm
Forum: JFreeChart
Topic: Getting same month value 4 time on x axis for 1 month
Replies: 5
Views: 6706

Getting same month value 4 time on x axis for 1 month

Hi, I am getting duplicate date value in x axis. here in dataset i am getting one value for 1 month from database but when want to print on chart, getting same month value 4 times in x - axis. For Example if I am using Time range(1-2006 to 7- 2006 ) and have one value fr 3-2006 and print on chart it...
by manish
Thu Aug 03, 2006 10:33 am
Forum: JFreeChart
Topic: when chart is not come then how to show message
Replies: 1
Views: 6543

when chart is not come then how to show message

hi , I am facing a problem that when i entered my search criteria then x and y axis comes dinamicaly from database. But when ther is no value then its x axis will not get any data so i got java.lang.IllegalStateException: getOutputStream() has already been called for this response org.apache.catalin...
by manish
Wed Aug 02, 2006 7:11 am
Forum: JFreeChart
Topic: Multiple TimeSeries scaling axis question
Replies: 8
Views: 10133

its urgent

can u tell me how u put yr x axis . becoz in my case i want its in mm-yyyy formate but not able to get it. i am using xyseries and dont kow how to use time series so can u help me out. i am puting my code>>>>>>>>>> private JFreeChart createTimeSeriesChart(String sNDC, List listPBM, String sFromMonth...
by manish
Wed Aug 02, 2006 6:26 am
Forum: JFreeChart
Topic: jfreetreee with date in mm-yyyy with x axis
Replies: 3
Views: 6325

Its urgent

thanks for reply,
can u tell me how i can use it becoz the code i am using is i have already posted and after searching a lot of i got nothing its urgent.
by manish
Tue Aug 01, 2006 1:28 pm
Forum: JFreeChart
Topic: Multiple TimeSeries scaling axis question
Replies: 8
Views: 10133

plz help

hi i have the same requirement so can u put little code how i can do this
by manish
Tue Aug 01, 2006 11:16 am
Forum: JFreeChart
Topic: jfreetreee with date in mm-yyyy with x axis
Replies: 3
Views: 6325

jfreetreee with date in mm-yyyy with x axis

hi, I am facing the problem to getting value withjfreetreee with date in mm-yyyy with x axis and amt as y axis. because i am using add (double,double )method whicgh doent let me put value like march,2003 june 2004 etc and getting value form data base>>>>.. how i can get the required result????? the ...