Gets or sets a binding used to extract a data value from a data object in the ItemsSource.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also