pushEvent

abstract fun pushEvent(event: ChartEvent)

Push a ChartEvent on the Chart. Use this to easily bind events from a chart to another chart.

Parameters

event

A ChartEvent that will be "pushed" to the Chart, will triggers the different concerned listeners.