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