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.
我正在使用 jchart2D 库来绘制函数。我需要获取光标坐标。这个问题已经在这里问过了。当我将 MouseMotionListener 添加到 Chart2D 时,它以像素为单位提供光标位置(但不是坐标)。getNearestPoint 函数也不起作用,因为它找到了 Trace 中的 Point
您不太可能希望在图表上的点之间进行插值,如此处所示。相反,请使用 a ChartMouseListener,如此处和此处所示。
ChartMouseListener