Gets or sets the object from which the list of data items is retrieved. Namespace: MindFusion.Charting.WebForms
|
C#
![]() |
---|
public Object DataSource { get; set; } |
Visual Basic
![]() |
---|
Public 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.