Gets or sets the object from which the list of data items is retrieved.
Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms
C#
![]() |
---|
public virtual Object DataSource { get; set; } |
Visual Basic
![]() |
---|
Public Overridable Property DataSource As Object |
An object that represents the data source from which the data is retrieved. The default is null.
DataSource can be set only programmatically at run-time. If you are setting data-binding at design-time, use DataSourceID instead.