Gets or sets the starting angle of the PieSeries in degrees. 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 StartAngle { get; set; }
Visual Basic
Public Property StartAngle As Double
	Get
	Set
Visual C++
public:
property double StartAngle {
	double get ();
	void set (double value);
}

See Also