Gets this pie slice. This is useful for binding to this pie slice when the center point changes.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public PieSlice Self { get; }
Visual Basic
Public ReadOnly Property Self As PieSlice
	Get
Visual C++
public:
property PieSlice^ Self {
	PieSlice^ get ();
}

See Also