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