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

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.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