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| C# | Visual Basic | Visual C++ |
namespace OrgChart.Core.Items
Namespace OrgChart.Core.Items
namespace OrgChart.Core.Items
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| 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 |