Skip to main content

GanttControl.SetChartVisibleRange(DateTime, DateTime) Method

Sets the chart’s visible range.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public void SetChartVisibleRange(
    DateTime startDate,
    DateTime finishDate
)

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