Charting for WPF Programmer's Guide

Chart.DataSourceProperty Field

See Also
 


Identifies the DataSource dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public static readonly DependencyProperty DataSourceProperty

Visual Basic  Copy Code

Public Shared ReadOnly DataSourceProperty As DependencyProperty

Java  Copy Code

public static final DependencyProperty DataSourceProperty

 See Also