TcxGridChartView.OnActiveDiagramChanged Event
In This Article
Occurs when an active diagram is changed.
#Declaration
Delphi
property OnActiveDiagramChanged: TcxGridChartDiagramEvent read; write;
#Remarks
The OnActiveDiagramChanged event is fired when the currently active diagram (which is accessible via the ActiveDiagram property) is changed. The ADiagram parameter refers to the diagram which becomes active within the View specified by the Sender parameter.
To activate a specific diagram, set the diagram’s Active property to True.
Note
When the Active
See Also