1.4. Events

It is possible to configure handling of different event types. The following listener types are available:

  • AxisZoomListener - chart axis scaling.

  • ChartClickListener - click on the canvas.

  • RightClickListener - right click on the canvas.

  • CursorPeriodSelectListener - selection of the display period with a cursor.

  • CursorZoomListener - scaling of the chart area with a cursor.

  • GraphClickListener - click on a graph.

  • GraphItemClickListener - click on a graph item.

  • LegendItemHideListener - hiding a legend item.

  • LegendItemShowListener - showing a legend item.

  • LegendItemClickListener - click on a legend item.

  • SliceClickListener - click on a slice in a pie chart.

  • SliceRightClickListener - right-click on a slice in a pie chart.

  • SlicePullInListener - shift of a slice of a pie chart into the chart.

  • SlicePullOutListener - shift of a slice of a pie chart out of the chart.

  • ZoomListener - scaling of the canvas.

Event handling examples are available in Using Events.