move chart using mousemove

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

move chart using mousemove

Post by anirudhak » Mon Jun 01, 2009 11:49 am

hi,

i am doing one applicatin in which i need to move the chart (drag chart using mouse) .., i had changed some code in mouse up and mouse down in chartcomposite.., but still i cant able to implement ..,
so please if any one knows just help me..,

Thanks
Anirudh.k

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: move chart using mousemove

Post by david.gilbert » Mon Jun 01, 2009 12:05 pm

This has been implemented for the ChartPanel class (for Swing), but not in the ChartComposite class (an experimental implementation for SWT). Due to resource constraints, the SWT code is lagging a little in its development.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

anirudhak
Posts: 15
Joined: Thu Apr 30, 2009 11:06 am

Re: move chart using mousemove

Post by anirudhak » Tue Jun 02, 2009 5:28 am

but my work is on swt frame only , so i am using chart composite , even i modifed some code in mousemove evnt now dragging is working but it is not upto mark . i am checking more to make it more effective . even thanks for u reply..., if u know what to modify in mouse mve please let me know.

thnaks
Anirudh.k

Locked