[Missing <summary> documentation for T:OrgChart.Core.Items.SummaryItem]
| C# | Visual Basic | Visual C++ |
public class SummaryItem : BaseChartItemSettings
Public Class SummaryItem _ Inherits BaseChartItemSettings
public ref class SummaryItem : public BaseChartItemSettings
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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) | (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.
(Inherited from BaseChartItemSettings.)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. | |
| 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()()() | (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.
(Inherited from BaseChartItemSettings.)WebControls must imlement the IOrganisationChartUserControl interface |
| Object | ||
| BaseChartItemSettings | ||
| SummaryItem | ||