Gets or sets the ItemsSource. This is the data to be plotted on a Chart control. This is a dependency property.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public IList ItemsSource { get; set; }
Visual Basic
Public Property ItemsSource As IList
	Get
	Set
Visual C++
public:
property IList^ ItemsSource {
	IList^ get ();
	void set (IList^ value);
}

See Also