TdxGanttControlChartViewSheetOptions.OnSizeChanged Event
In This Article
Occurs after the Chart View size change.
#Declaration
Delphi
property OnSizeChanged: TNotifyEvent read; write;
#Remarks
This event is raised every time you change the Chart View’s width. The Sender parameter specifies the Chart View that raised the event.
See Also