Gets or sets the data source of this chart. This is a dependency property.
Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight
C#
![]() |
---|
public IEnumerable DataSource { get; set; } |
Visual Basic
![]() |
---|
Public Property DataSource As IEnumerable |
An IEnumerable specifying the data to be plotted.
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.