Gets or sets the template to be used for displaying task event items in the chart (by default task events are represented by simple rounded rectangles in the view).
Namespace:
DlhSoft.Windows.Controls.PertAssembly: DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)
Syntax
| C# |
|---|
DataTemplate TaskEventTemplate { get; set; } |
| Visual Basic (Declaration) |
|---|
Property TaskEventTemplate As DataTemplate |