GanttControl.SetChartVisibleRange(DateTime, DateTime) Method
Sets the chart’s visible range.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
Parameters
Name | Type | Description |
---|---|---|
startDate | DateTime | A DateTime structure that specifies the vilible range’s start date. |
finishDate | DateTime | A DateTime structure that specifies the vilible range’s finish date. |
See Also