Gets the Canvas that the DataSeries will be rendered on.

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

Syntax

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

See Also