GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView 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 Nullable(Of Date)
    public Nullable<DateTime> ChartStartDate {get; set;}
    See Also