.Net Organisation Chart Component Class Library
StackTemplate Property
NamespacesOrgChart.CoreDataBoundOrganisationChartStackTemplate
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Gets or sets the template used by the stacked child algorithm.

This template will be used if the [!:StackLowerNodes] has been set to true and the current chart depth exceeds the [!:StackDepth]

Declaration Syntax
C#Visual BasicVisual C++
public ITemplate StackTemplate { get; set; }
Public Property StackTemplate As ITemplate
public:
virtual property ITemplate^ StackTemplate {
	ITemplate^ get () sealed;
	void set (ITemplate^ value) sealed;
}

Assembly: OrgChart (Module: OrgChart) Version: 1.0.0.0 (1.0.0.0)