Search found 2 matches

by chowdary
Fri Oct 14, 2005 12:13 pm
Forum: JFreeChart
Topic: Unabl to put all my dates on X-axis for Time Series Demo3.
Replies: 4
Views: 5899

david ,
i am using the same code.you can see it in my code
by chowdary
Thu Oct 13, 2005 2:53 pm
Forum: JFreeChart
Topic: Unabl to put all my dates on X-axis for Time Series Demo3.
Replies: 4
Views: 5899

Unabl to put all my dates on X-axis for Time Series Demo3.

Hi All, I am new to this JFreeChart,i am facing a problem with Timeseries.Itried to Modify TimeSeries Demo3. TimeSeries timeseries = new TimeSeries("Series 1", org.jfree.data.time.Day.class); timeseries.add(new Day(1,1, 2002), 99.68D); timeseries.add(new Day(2,1, 2002), 97.89D); timeseries.add(new D...