Gets or sets a value that determines if a partial chart or a full chart should be drawn. If the total sum of data is less than the FullCircleTotal, then this is a partial PieSeries. The default is zero. 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 FullCircleTotal { get; set; }
Visual Basic
Public Property FullCircleTotal As Double
	Get
	Set
Visual C++
public:
property double FullCircleTotal {
	double get ();
	void set (double value);
}

See Also