Gets the computed width of the chart, based on the timeline page, the visible time intervals, and the hour width. 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 double ComputedWidth { get; set; }
Visual Basic (Declaration)
Public Property ComputedWidth As Double

See Also