.Net Organisation Chart Component Class Library
SummaryItem Class
NamespacesOrgChart.Core.ItemsSummaryItem
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers

[Missing <summary> documentation for T:OrgChart.Core.Items.SummaryItem]

Declaration Syntax
C#Visual BasicVisual C++
public class SummaryItem : BaseChartItemSettings
Public Class SummaryItem _
	Inherits BaseChartItemSettings
public ref class SummaryItem : public BaseChartItemSettings
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SummaryItem(StateBag)
Initializes a new instance of the SummaryItem class

ApplyBackgroundImage(WebControl)
Applies the current background image to the webcontrol sets the hieght, width to match that of the image
(Inherited from BaseChartItemSettings.)
BorderStyle
Gets or sets the images style
(Inherited from BaseChartItemSettings.)
Colour
The colour of the background image
(Inherited from BaseChartItemSettings.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
HtmlTemplate
HTML that makes up the light-weight cell template.

Templates can be any valid HTML and use a simple data binding syntax to allow page developers to bind chart data to the template. For example the string <b>{name}<b/> will display the field name in bold text.

(Inherited from BaseChartItemSettings.)
ImageUrl
User defined Url to image that will be used as the background.
(Inherited from BaseChartItemSettings.)
ItemStyle
The System.Web.UI.WebControls.Style object that is applied to the Node
(Inherited from BaseChartItemSettings.)
ItemType
The OrgChart Item type reprepresented by this chart Item
(Inherited from BaseChartItemSettings.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ShowBackgroundImage
Show or hide a background image
(Inherited from BaseChartItemSettings.)
Size
Gets or Sets the Image size
(Inherited from BaseChartItemSettings.)
SummaryDepth
The depth from which the Organisation Chart Component will switch to the summary template.

This property allows the page author to control the depth when the chart will switch from rendering nodes with the DetailedTemplate to the SummaryTemplate


Template
Gets or Sets the template used to draw this Chart Item. This template is usually set by the Visual Studio IDE
(Inherited from BaseChartItemSettings.)
ToolTip (Inherited from BaseChartItemSettings.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UseSummaryTemplate
If true then uses the summary template to draw the chart nodes. Otherwise uses the Detailed Template

WebUserControl
Path to WebUserControl used to draw chart nodes.

WebControls must imlement the IOrganisationChartUserControl interface

(Inherited from BaseChartItemSettings.)
Inheritance Hierarchy

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