Spread for ASP.NET 11 Product Documentation
Data Plot Types
Spread for ASP.NET 11 Product Documentation > Developer's Guide > Working with the Chart Control > Understanding and Customizing Charts > Plot Types > Data Plot Types

Data charts are charts that can be bound. Any series in any of the plot types can be bound to a data source using the data source property in the series class. You can use any of these types of data sources:

The array data chart can be a one-dimensional plot such as the one shown in this figure. This array chart shows the bars alongside each other vertically.

Data Array Chart

The following is an example of a bar chart bound to a list data source:

Data List Chart

The following is an example of a bar chart bound to a table data source:

Data Table Chart