This example creates a chart using data specified in strings. Tab-delimited strings are set to the category and value data, and then these strings are used with the SetCategoriesFromString and SetSeriesValuesFromString methods to set the chart data.

To run this example, copy the remainder of the text in this topic into an ASP page.

See Also

Creating a Chart Using Data Specified in Arrays
Creating a Chart Using Data From an ADO Recordset