- Data Engine

Demonstrates direct use of the DataEngine and subsequent series / element manipulation of populated data.
- Gantt DB

Demonstrates creating a Gantt chart dynamically from a database.
- Scatter Date Time DB

Demonstrates creating a scatter chart dynamically from a database using a data/time axis.
- Multi Series From Columns

Demonstrates how to add multiple series from different database columns using datafields and customize series settings afterwards using the OnPostDataProcessing event.
- Multi Series From Columns 2

Demonstrates how to easily add multiple series from different database columns using datafields.
- Datagrid

Displays tabular chart data in a datagrid along with the chart image.
- Datagrid Custom

Displays a tabular chart data in a custom datagrid along with the chart image.
- Datagrid Template

Demonstrates usage of the datagrid series header template in an automated drilldown chart.
- Financial DB

Demonstrates how to use a database to generate a financial chart.
- Splitby

Demonstrates use of the split by feature along with show other.
- Start Day Of Week

Demonstrates data grouping by weeks with a custom start day of week selected.
- Start Month Of Year

Demonstrates data grouping by years with a custom start month of year selected.
- Custom Attributes

Demonstrates the usage of custom attributes on a per element basis set from the database.
- Gantt Date Timedb

Demonstrates creating a Gantt chart dynamically from a database using a data/time axis.
- Limit

Demonstrates limiting the number of elements in the series and the 'show other' functionality.
- Limit Primary Series

Demonstrates limiting the number of elements in the multiple series relative to a primary series.
- Custom Attribute Formatting

Demonstrates how to format custom element attributes through tokens.
- Post Data Processing

Demonstrates the usage of the PostDataProcessing event.
- Quick DB Chart

Demonstrates quickly getting data from a database using API shortcuts.
- Data Grid Data Engine

Demonstrates how to populate chart data to a DataGrid using DataEngine object.
- Data Grid Custom Attributes

Demonstrates using custom element attributes inside dataGrids.
- Gridview Custom Attributes

Demonstrates using custom element attributes inside a GridView.