MindFusion.Charting 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
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public Object DataSource { get; set; }

Visual Basic  Copy Code

Public 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