Sets the computed width of the chart, based on the timeline page, the visible time intervals, and the hour width.

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

Syntax

C#
public static void SetComputedWidth(
	DependencyObject d,
	double value
)
Visual Basic (Declaration)
Public Shared Sub SetComputedWidth ( _
	d As DependencyObject, _
	value As Double _
)

Parameters

d
Type: System.Windows..::.DependencyObject
value
Type: System..::.Double

See Also