Skip to main content
A newer version of this page is available. .

GanttControl.SetChartVisibleRange(DateTime, DateTime) Method

Sets the chart’s visible range.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

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