Gets or sets a DataTable, DataSet, DataView, OleDbDataReader, SqlDataReader, IDataReader, XML file name, or an object that implement IEnumerable, ArrayList or HashTable used to generate a SeriesCollection.
[Visual Basic]
Public Property Data As Object
[C#]
public object Data {get; set;}
When not connecting to a database directly using ConnectionString and SqlStatement, this property can be used to supply objects with data.
Adds data based on the myDataTable .
[C#]
Chart.Series.Data = myDataTable; |
[Visual Basic]
Chart.Series.Data = myDataTable |
Series Class | Series Members | DataEngine Class | DataEngine Class
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.