TdxChart.OnChange Event
In This Article
Occurs on every chart data and setting change.
#Declaration
Delphi
property OnChange: TNotifyEvent read; write;
#Remarks
Important
Do not handle the On
event in your code. To track changes in the Chart control, handle its On
See Also