Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一种方法来区分鼠标事件何时发生在图表本身而不是图表面板(绘图区域)中。
谢谢
您应该能够使用面板中的鼠标事件并使用它ChartMouseEvent.getEntity()来查找您的图表是否在图表实体之一之上。请参阅ChartMouseEvent的 api 文档。
ChartMouseEvent.getEntity()