Navigation: Code Documentation > RSFMXCharts > FMX.RS.ChartPanel > Delegates
TRSChartValueNotifyEvent Delegate
Defines the method signature for a value notification event handler, i.e., when a TRSChartValue is being added, extracted, or deleted from a TRSChartValues collection.
Namespace: FMX.RS.ChartPanel
Delphi
type TRSChartValueNotifyEvent = procedure (Item: TRSChartValue; Action: Classes.TCollectionNotification) of object;
•FMX.RS.ChartPanel.TRSChartValues
•FMX.RS.ChartPanel.TRSChartValue
•FMX.RS.ChartPanel