开发者

JfreeChart - XYPlot, selecting tasks?

开发者 https://www.devze.com 2023-03-17 15:59 出处:网络
Is there a way to select one of several tasks contained in a XYPlot ? I mean, imagine you have several tasks in a XYPlot, I would like to select several tasks in one go开发者_运维技巧 in order later t

Is there a way to select one of several tasks contained in a XYPlot ? I mean, imagine you have several tasks in a XYPlot, I would like to select several tasks in one go开发者_运维技巧 in order later to delete them. The fact that mouse draging enables zoom in and zoom out, I do not find another solution.

Any suggestion to select these tasks ?

Thanks


As an alternative, consider adding a JTable, which supports a number of selection models and a more familiar interface. CrosshairDemo1 and CrosshairDemo1 are examples found in the demo.

0

精彩评论

暂无评论...
验证码 换一张
取 消