Class ChartInteractionEventArgs

The class used as the argument to the onTooltipShowing event.

Hierarchy

  • ChartInteractionEventArgs

Index

Properties

cancel

cancel: boolean

A flag which if set to true will disable the rendering of the tooltip.

cell

cell: RVCell

The data cell for which a tooltip is about to be shown.

row

row: RVCell[]

The whole data row for which a tooltip is about to be shown.

visualization

visualization: RVVisualization

The visualization for which a tooltip is about to be shown.