<< Click here to display Table of Contents >> Navigation: Code Documentation > RSFMXCharts > FMX.RS.ChartPanel > Classes > TChartPanelListeners:
Comments (0)
Name
Description
Add(IChartPanelListener)
Adds the listener to the list and returns its index in the list.
From this point forward, the listener's IChartPanelListener methods will be called as the state of the TRSChartPanel, the TRSCustomChart or its values change.
BeginUpdate
Suspends notifications to the IChartPanelListeners until the EndUpdate method is called
Change
Represents method Change.
ChartAdded(TRSCustomChart)
Represents method ChartAdded(TRSCustomChart).
ChartChanged(TRSCustomChart)
Represents method ChartChanged(TRSCustomChart).
ChartDeleted(TRSCustomChart)
Represents method ChartDeleted(TRSCustomChart).
EndUpdate
Resumes notifications to the IChartPanelListeners after the BeginUpdate method has temporarily suspended notifications
SelectionChanged(TObject)
Represents method SelectionChanged(TObject).
ValueChanged(TRSCustomChart,TRSChartValue)
Represents method ValueChanged(TRSCustomChart,TRSChartValue).
VisibleChanged(TObject)
Represents method VisibleChanged(TObject).
Top