TdxGanttControlChartView.OnFirstVisibleDateTimeChanged Event
Allows you to respond to a change of the first visible date in the Chart View.
Declaration
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