Spread ASP.NET 17
Spread for ASP.NET 17 Product Documentation / Developer's Guide / Working with the Chart Control / Creating Charts / Connecting to Data
In This Topic
    Connecting to Data
    In This Topic

    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: