Gets the position of the center corner of the PieSlice relative to the Canvas that the pie chart is being hosted in.

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

Syntax

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

See Also