How to Set the (x,y) origin point in a line graph

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
seenut
Posts: 10
Joined: Wed Jul 05, 2006 7:39 am
Contact:

How to Set the (x,y) origin point in a line graph

Post by seenut » Wed Aug 02, 2006 6:08 am

Hi.............
How to set the (x,y) origin point in a line graph......i am using XYDataset.....plz help me.

willi.firulais
Posts: 15
Joined: Fri Jul 28, 2006 4:31 pm

Re: How to Set the (x,y) origin point in a line graph

Post by willi.firulais » Wed Aug 02, 2006 5:19 pm

seenut wrote:Hi.............
How to set the (x,y) origin point in a line graph......i am using XYDataset.....plz help me.
I think this is defined by the Range you can define for the axis. (e.g. axis.setRange, etc.)

Hope that helps, Willi

seenut
Posts: 10
Joined: Wed Jul 05, 2006 7:39 am
Contact:

i want to set (x,y) Coordination point

Post by seenut » Thu Aug 03, 2006 11:49 am

i want to set (x,y) coordination point to be fixed... it will not change...

Locked