Version

ChartWidth Property

Returns or sets a value that indicates the width of the chart portion of the control.
Syntax
'Declaration
 
Public Property ChartWidth As GridLength
public GridLength ChartWidth {get; set;}
Remarks
Note: The control doesn't use this property directly. Instead it is expected that the property is bound to in the control template so if you create a custom ControlTemplate for the xamGantt then you should bind to this property as is done in the default template.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also