Interface ChartMouseListenerFX


public interface ChartMouseListenerFX
A mouse listener that can receive event notifications from a (JavaFX) ChartViewer instance. This interface is equivalent to the ChartMouseListener interface used for charts in Swing.
  • Method Details

    • chartMouseClicked

      Receives notification of a mouse click on a chart.
      Parameters:
      event - event information (never null).
    • chartMouseMoved

      Receives notification of a mouse move event on a chart.
      Parameters:
      event - event information (never null).