DataLabelsPlugin.ID
plugin event handlers interfaces to catch event of plugin.See: Description
Interface | Description |
---|---|
ClickEventHandler |
Callback interface of
DataLabelsPlugin.ID plugin to manage CLICK events on labels.Charba events need to be enabled in order to get the associated label event working. If the callback explicitly returns true , the label is updated with the new context and the chart re-rendered. |
EnterEventHandler |
Callback interface of
DataLabelsPlugin.ID plugin to manage ENTER events on labels.Charba events need to be enabled in order to get the associated label event working. If the callback explicitly returns true , the label is updated with the new context and the chart re-rendered. |
LeaveEventHandler |
Callback interface of
DataLabelsPlugin.ID plugin to manage LEAVE events on labels.Charba events need to be enabled in order to get the associated label event working. If the callback explicitly returns true , the label is updated with the new context and the chart re-rendered. |
Class | Description |
---|---|
AbstractEventHandler |
Abstract event handler which implements all interfaces to listen DATA LABELS events.
Can be used as base class for custom implementation. |
DataLabelsPlugin.ID
plugin event handlers interfaces to catch event of plugin.