MindFusion.Reporting for Silverlight Programmer's Guide
PieChart.DataSource Property
See Also
 





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

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 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 to be plotted.

 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

PieChart Members
PieChart Class
MindFusion.Reporting.Silverlight Namespace