MindFusion.Wpf Pack Programmer's Guide
BaseChart.ShowStartEndIndicators Property
See Also
 





Gets or sets a value indicating whether indicators for ProjectStart and ProjectEnd will be displayed in the right (Schedule) grid. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public bool ShowStartEndIndicators { get; set; }

Visual Basic  Copy Code

Public Property ShowStartEndIndicators As Boolean

 Property Value

true to show project's start and end; otherwise, false. The default is true.

 See Also

BaseChart Members
BaseChart Class
MindFusion.DataViews.Wpf Namespace