.Net Organisation Chart Component Class Library
OrgChart.Core Namespace
NamespacesOrgChart.Core
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
The Orgchart.Core namespace contains the majority of the classes used in the Organisation Chart Component.
Declaration Syntax
C#Visual BasicVisual C++
namespace OrgChart.Core
Namespace OrgChart.Core
namespace OrgChart.Core
Types
All TypesClassesInterfacesEnumerationsDelegates
IconTypeDescription
BackgroundImageColour
The supported colours for the background image

BackgroundImageSize
Size of the background image.

BackgroundImageStyle
The style of the background image. Support styles are square or oval

DataBoundOrganisationChart
Server Control that renders an Organisation Chart that is bound to a relational datasource or Data Table.

IOrganisationChart
IOrganisationChart is an interface used by both the XmlBoundOrganisationChart and the DataBoundOrganisationChart to present a unified interface to the ChartEngine.

IOrganisationChartUserControl
The interface that web user controls must implement if they are to be used to draw chart nodes.

Instances of the web user control are instantiated as the Organisation Chart Component draws the chart. One instance is created for each of the nodes displayed in the chart. The interface has a single method SetChartData(DataRow, Boolean, IOrganisationChart) that is called once per chart item.


LineColour
List of supported line colours

LineOrientation
Verticle or Horizontal line

OrganisationChartItemCommandEventArgs
Provides data for the Command event. For a list of all members of this type, see CommandEventArgs Members.

OrganisationChartItemCommandEventHandler
Used to raise command events within the Organisation Chart Component

OrganisationChartItemEventArgs
This class is raised by the Organisation Chart Component in response to certain events such as ItemCreated or ItemDatabound

OrganisationChartItemEventHandler
Used to define various events within the Organisation Chart Component

OrganisationItemType
Type of OrganisationChart Item

OrgChartItem
This class is instanstiated by the chart engine once per Node as the organisation chart is rendered.

This class determines whether to create the organisation chart user interface using a template, web user control or by generating it from a text string based on a simple order of preference.


XmlBoundOrganisationChart
Class that draws an organisation chart bound to an Xml data source.

XmlHierarchicalDataSourceView
XmlHierarchicalEnumerable
XmlHierarchyData