Gets or sets the radius factor of the PieSlice. This is generally a value between 0 and 1. This property can be set using the RadiusBinding property of a PieSeries. 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 double RadiusFactor { get; set; }
Visual Basic
Public Property RadiusFactor As Double
	Get
	Set
Visual C++
public:
property double RadiusFactor {
	double get ();
	void set (double value);
}

See Also