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.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.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