Gets the Canvas that the pie series is plotted on.

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