Gets or sets the time scale to use in the GanttChartView control such as Days, Weeks, Months, Quarters, Years, or a custom TimeScale value.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public TimeScale TimeScale { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property TimeScale As TimeScale |