.Net Organisation Chart Component Class Library
OrgChart.Core.Items Namespace
NamespacesOrgChart.Core.Items
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
The Orgchart.Core.Items namespace holds the classes that are used to store properties for each of the support Chart Item types

Currently the Org Chart Component supports the following types

AssistantItem - Used to draw assistantsChartItem - Used to draw the majority of nodes in an Org ChartEditItem - Used when a chart node has been selected for editingStackItem - Used to draw the "stacked Items"SummaryItem - Used to draw a minimal chart node
Declaration Syntax
C#Visual BasicVisual C++
namespace OrgChart.Core.Items
Namespace OrgChart.Core.Items
namespace OrgChart.Core.Items
Types
All TypesClasses
IconTypeDescription
AssistantItem
BaseChartItemSettings
Base class of all ChartItems AssistantItemControl, EditItem, SummaryItem, StackItem, ChartItem

ChartItem
Holds properties and defines behavior of the ChartItem type

EditItem
StackItem
Holds properties and defines behavior of the StackItem chart type

SummaryItem