Problem while displaying the time series chart - Urgent!!!.

Discussion about JFreeChart related to stockmarket charts.
Locked
Chaitanya
Posts: 4
Joined: Mon Apr 10, 2006 5:13 am

Problem while displaying the time series chart - Urgent!!!.

Post by Chaitanya » Mon Apr 10, 2006 5:23 am

Hi,
I am having two problems while displaying a time series chart:

1. When a time series is displayed , if the lower limit of the series is
say 20 even in that case my origin of the graph starts from 0 only
I want it to start from the min valur of my Y- coordinate how do I
acheive it.

2. Again while displaying the Months in the X-axis the months(like Jan,Feb)
start exactly from the tick mark, I want it to be positioned inbetween the tick marks how do I acheive it.

thanks...

rantfoil
Posts: 9
Joined: Tue Dec 06, 2005 9:53 pm

Post by rantfoil » Tue Oct 17, 2006 11:51 pm

1) get the numberAxis of the chart and call setAutoRangeIncludesZero(false)

Locked