MindFusion.Wpf Pack Programmer's Guide
Chart.DataSource Property
See Also
 





Gets or sets the data source of this chart. This is a dependency property.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public IEnumerable DataSource { get; set; }

Visual Basic  Copy Code

Public Property DataSource As IEnumerable

 Property Value

An IEnumerable specifying the data for the chart.

 Remarks

If DataSource is null (Nothing in Visual Basic) the data for the chart is acquired through the Report.QueryDetails event using the current DataContext as a master row.

 See Also

Chart Members
Chart Class
MindFusion.Reporting.Wpf Namespace