Class ChartEvents

Object
ChartEvents

public class ChartEvents extends Object
Namespace holding the concrete click-event builders for chart Dashboard events: ChartEvents.OnChartClick (a chart-type-specific onClick(), for example ScatterChart.onClick()), ChartEvents.OnRowClick (from AbstractChartBuilder.onRowClick()), and ChartEvents.OnCellClick (from AbstractChartBuilder.onCellClick()). Not instantiated; the nested classes are always obtained from one of those methods. AbstractChartBuilder.onRowClick() and AbstractChartBuilder.onCellClick() are public and inherited by every chart type, but WaterfallChart and WaterfallComparisonChart don't actually support the interaction: the call compiles, but nothing fires on the Data tab of those two chart types.
See Also: