TdxGanttControlChartView.FirstVisibleDateTime Property
Specifies the first visible date and time in the Chart View.
Declaration
property FirstVisibleDateTime: TDateTime read; write;
Property Value
Type |
---|
TDateTime |
Remarks
Use this property to scroll the Chart View to the date closest to the View’s left border. This property is useful if your project does not fit to the View’s area and you should quickly jump to a task.
You can assign a task’s start date to the FirstVisibleDateTime property to scroll the Chart View to this task.
See Also