TdxGanttControlChartView.OnFirstVisibleDateTimeChanged Event
In This Article
Allows you to respond to a change of the first visible date in the Chart View.
#Declaration
Delphi
property OnFirstVisibleDateTimeChanged: TNotifyEvent read; write;
#Remarks
This event occurs every time a user scrolls the Chart View horizontally. Use the Sender parameter to identify the Chart View that raised the event.
See Also