GanttControl.SetChartVisibleRange(DateTime, DateTime) Method
In This Article
Sets the chart’s visible range.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
start |
Date |
A Date |
finish |
Date |
A Date |
See Also