How to move legend by mouse drag action

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
durga
Posts: 3
Joined: Mon Aug 20, 2018 9:25 am
antibot: No, of course not.

How to move legend by mouse drag action

Post by durga » Mon Aug 20, 2018 10:34 am

Is is possible to move jfreechart legend by mouse drag action.I implemented LegendTitle and applied legendTitle.setPosition(RectangleEdge.Top) etc.But according to my requirement have to move legend with mouse action.

Locked