Back to Devexpress

TdxGanttControlChartView.FirstVisibleDateTime Property

vcl-dxganttcontrolviewchart-dot-tdxganttcontrolchartview-d73b0e5f.md

latest1.1 KB
Original Source

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

TdxGanttControlChartView.OnFirstVisibleDateTimeChanged

TdxGanttControlChartView Class

TdxGanttControlChartView Members

dxGanttControlViewChart Unit