ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / ChartStartDate Property

In This Topic
    ChartStartDate Property (C1GanttView)
    In This Topic
    Gets or sets start date fore chart's scrolling area
    Syntax
    'Declaration
     
    Public Property ChartStartDate As System.Nullable(Of Date)
    public System.Nullable<DateTime> ChartStartDate {get; set;}
    See Also