Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlChartView.FirstVisibleDateTime Property

Specifies the first visible date and time in the Chart View.

#Declaration

Delphi
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