The enetricity OChart is a simple to use, yet flexible component for rendering hierarchical charts in .NET.
Is easily customisable and flexible enough to present your data in any number of different formats. OChart supports User Web Controls to allow the developer full control over the presentation of the organisation chart.
Data can be supplied to the OChart from a DataTable by setting the following properties:
- ChartDataSource - Set to "DataTable"
- PrimaryKey - Set to the name of the primary key in the data table
- ParentField - Set to the name of the parent field in the data table
- StartValue - Set to the primary key value you wish to start charting from
- DataTable - The data table that you wish to chart