ASP.NET Pack Programmer's Guide
Chart.DataSource Property
See Also
 





Gets or sets the object from which the list of data items is retrieved.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public virtual Object DataSource { get; set; }

Visual Basic  Copy Code

Public Overridable Property DataSource As Object

 Property Value

An object that represents the data source from which the data is retrieved. The default is null.

 Remarks

DataSource can be set only programmatically at run-time. If you are setting data-binding at design-time, use DataSourceID instead.

 See Also

Retrieving chart data from a database
Chart Members
Chart Class
MindFusion.Charting.WebForms Namespace
DataMember Property