Spread for ASP.NET 8.0 Product Documentation > Developer's Guide > Working with the Chart Control > Creating Charts > Connecting to Data |
The Chart control can be bound or unbound. If the control is unbound, provide the values as double values.
When the chart is bound, the values can any data type that can be converted to a double value (including int, double, decimal, string, and so on).
For more information on adding data to a Chart control, see the following topics: