Represents a data point on a PieChart.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.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