how to get origin point of the chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
anirudhak
Posts: 15
Joined: Thu Apr 30, 2009 11:06 am

how to get origin point of the chart

Post by anirudhak » Wed Jun 03, 2009 1:31 pm

i am trying to change the origin point of my graph dynamically when i drag mouse over the chart .
for that i tried in different ways ... like re drawing the chart with next point and etc..,
but its not providing me the required result .

so my question is ...
how the origin points are set in the chart?
how to get that points and made change to that points..
is it possible in jfree / chart composite , because i am doing application using chart composite class.
please if any one know let me know

Regards and Thanks ,
anirudh.k

Locked