Represents a data point on a PieChart.

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

Syntax

C#
public class PieSlice : DataPoint, INotifyPropertyChanged
Visual Basic
Public Class PieSlice _
	Inherits DataPoint _
	Implements INotifyPropertyChanged
Visual C++
public ref class PieSlice : public DataPoint, 
	INotifyPropertyChanged

Inheritance Hierarchy

See Also