Drawing X axis of Jfree chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
talktokumar
Posts: 1
Joined: Thu Mar 17, 2016 8:26 am
antibot: No, of course not.

Drawing X axis of Jfree chart

Post by talktokumar » Thu Mar 17, 2016 8:44 am

Can anybody tell me that How X axis of JFree chart will be drawn from any date I have provided.
Also it is necessary to provide end date on chart. I consider X axis as the date.

Regards

John Matthews
Posts: 513
Joined: Wed Sep 12, 2007 3:18 pm

Re: Drawing X axis of Jfree chart

Post by John Matthews » Mon Mar 21, 2016 3:04 pm

The example org.jfree.chart.demo.TimeSeriesChartDemo1 is a good place to start. The source is included in the distribution.

Locked