Skip to main content
All docs
V25.2
  • GanttControl.SetChartVisibleRange(DateTime, DateTime) Method

    Sets the chart’s visible range.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.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