SelectionChangedListener Interface
The interface to implement a listener receiving information about changing selected/deselected chart points and series.
Declaration
public interface SelectionChangedListener
Methods
onSelectionChanged(SelectionChangedInfo) Method
Called when selecting/deselecting the chart items.
Declaration
public void onSelectionChanged(SelectionChangedInfo selectionChangedInfo)
Parameters
Name | Type | Description |
---|---|---|
selectionChangedInfo | SelectionChangedInfo | The SelectionChangedInfo object that contains information about chart selection. |