.Net Organisation Chart Component Class Library
BaseChartItemSettings Class
NamespacesOrgChart.Core.ItemsBaseChartItemSettings
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Base class of all ChartItems AssistantItemControl, EditItem, SummaryItem, StackItem, ChartItem
Declaration Syntax
C#Visual BasicVisual C++
public class BaseChartItemSettings
Public Class BaseChartItemSettings
public ref class BaseChartItemSettings
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
BaseChartItemSettings()()()
Initializes a new instance of the BaseChartItemSettings class

ApplyBackgroundImage(WebControl)
Applies the current background image to the webcontrol sets the hieght, width to match that of the image

BorderStyle
Gets or sets the images style

Colour
The colour of the background image

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.


ImageUrl
User defined Url to image that will be used as the background.

ItemStyle
The System.Web.UI.WebControls.Style object that is applied to the Node

ItemType
The OrgChart Item type reprepresented by this chart Item

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ShowBackgroundImage
Show or hide a background image

Size
Gets or Sets the Image size

Template
Gets or Sets the template used to draw this Chart Item. This template is usually set by the Visual Studio IDE

ToolTip
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WebUserControl
Path to WebUserControl used to draw chart nodes.

WebControls must imlement the IOrganisationChartUserControl interface


Inheritance Hierarchy

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