Gets the Canvas that the pie series is plotted on.

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

Syntax

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

See Also