Gets or sets a binding used to extract a radius factor from a data object in the ItemsSource. This can be used to create a pie chart with data pieces of different radius scales.

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

Syntax

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

See Also