- JS Line From Csv

Demonstrates Line chart using Csv data file.
- JS Web Service Csv Data

Demonstrates Line chart using Csv data file.
- Array List

Demonstrates using ArrayList and Series.Data property.
- Data Reader

Demonstrates using OleDbDataReader from the provided database and Series.Data property.
- Data Set

Demonstrates using DataSet from the provided database and Series.Data property.
- Data Table

Demonstrates using DataTable from the provided database and Series.Data property.
- Data View

Demonstrates using DataView from the provided database and Series.Data property.
- Excel

Demonstrates using an excel file and Series.ConnectionString property.
- Hash Table

Demonstrates using HashTable and Series.Data property.
- Object Collection

Demonstrates using ObjectCollection and Series.Data property.
- Stored Procedure

Demonstrates stored procedure usage with 2 date parameters.
- Plain Xml

Demonstrates using xml from the provided orders.xml file and Series.Data property.
- Xml 2

Demonstrates using the element's attribute for storing the data in xml in the provided orders2.xml.
- Xml 3

Demonstrates using DateTime values from xml files.
- Xml Document

Demonstrates using xmlDocument from the provided orders.xml file and Series.Data property.
- Xml Custom Attributes

Demonstrates how to use an xml file for adding custom attributes for generating a chart.
- Xml String

Demonstrates how to use an xml string to generate a chart.
- Xml XPath

Demonstrates how to use XPath to get data fields from an xml file for generating a chart.