Gets the diameter of the pie chart.

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

Syntax

C#
public double Diameter { get; internal set; }
Visual Basic
Public Property Diameter As Double
	Get
	Friend Set
Visual C++
public:
property double Diameter {
	double get ();
	internal: void set (double value);
}

See Also