Navigation: Code Documentation > RSCharting > RSChartPanel > 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: RSChartPanel
Delphi
type TRSChartValueNotifyEvent = procedure (Item: TRSChartValue; Action: Classes.TCollectionNotification) of object;
•RSChartPanel.TRSChartValues
•RSChartPanel.TRSChartValue
•RSChartPanel