IOrganisationChart is an interface used by both the XmlBoundOrganisationChart and the DataBoundOrganisationChart to present a unified
interface to the ChartEngine.
| C# | Visual Basic | Visual C++ |
public interface IOrganisationChart
Public Interface IOrganisationChart
public interface class IOrganisationChart
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| AssistantItem |
Controls the AssistantItem
| |
| AssistantTemplate |
Defines the user interface for the AssistantItems
| |
| BackColor |
Gets or sets the background color of the Web server control.
| |
| ChartFooterHTML |
HTML string representing the chart footer
| |
| ChartHeadingHTML |
HTML string representing the chart header
| |
| ChartItem |
Controls the StackItem
| |
| ChartItems |
Provides access to a collection of OrgChartItem objects.
This collection is populated as OrgChartItems are created by the chart control | |
| ChartItemToolTip |
Sets a tool tip for each chart item.
If left blank this defaults to : "Direct Reports {0} Total Reports : {1} where {0} and {1} are substituted for the appropriate numbers. | |
| ChartTitle |
The text to display as the title of this chart
| |
| CommandBarSettings |
Gets or sets the command bar settings
| |
| CssClass |
Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client
| |
| DataSource |
Gets or sets the data source that the OrgChart is displaying data for.
| |
| DataSourceID |
Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.
| |
| DataTable |
Returns a reference to an data table that was used to render the organisation chart
| |
| DetailedTemplate |
Defines the user interface for the ChartItems
| |
| EditItem |
Controls the EditItem
| |
| EnableToolTip |
Enables or disables the tooltips for this chart
| |
| FooterStyle |
Style applied to the Org Chart Footer
| |
| FooterTemplate |
Defines the user interface for the Org Chart Footer
| |
| HeaderStyle |
Style applied to the Org Chart Header
| |
| HeaderTemplate |
Defines the user interface for the Org Chart Header
| |
| Height |
Gets or sets the height of the Web server control.
| |
| HideLines |
Hides or shows the chart lines. Default is to show the lines.
| |
| LineColour |
Sets the colour of the lines used in the Organisation Chart Component.
| |
| MaximumDepth |
Restricts the rendering of the Organisation Chart Component to the specified depth
MyOrganisationChart.MaximumDepth=3; | |
| NavigationBarSettings |
Gets or sets the navigation bar settings.
| |
| NoDataTemplate |
Defines presented to the users when no data is present
| |
| Page |
Gets a reference to the Page instance that contains the server control.
| |
| ParentField |
Field that will be used as a pointer to the parent of this row. In an XML bound chart this will be automatically generated
and will be named "ManagerId"
| |
| PeerHideId |
The ItemId ( UniqueId ) of a chart Item who's siblings should be hidden
| |
| PrimaryKey |
Field that will be used as the primary key. In an XML bound chart this will be automatically generated
and will be named "ItemId"
| |
| RenderTopDown |
If true then uses the chart draws top down. Otherwise it draws bottom up
| |
| SelectedValue |
The Value of the ItemId that has been selected by the end-user
| |
| ShowFrame |
Shows or hides the frameset containing the chart
| |
| Site |
Gets information about the container that hosts the current control when rendered on a design surface.
| |
| StackItem |
Controls the StackItem
| |
| StackTemplate |
Defines the user interface for the StackItems
| |
| StartValue |
Value of the primary key in DataTable that the chart will start rendering.
| |
| SummaryItem |
Controls the StackItem
| |
| SummaryTemplate |
Defines the user interface for the SummaryItems
| |
| VerticalLineHeight |
Sets the length in pixels of vertical lines
| |
| Width |
Gets or sets the width of the Web server control.
|