Gets or sets the DataTemplate used by the vertical bar areas generated by the current scale in the chart area to display texts or content. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public DataTemplate ContentTemplate { get; set; }
Visual Basic (Declaration)
Public Property ContentTemplate As DataTemplate

See Also