Gets the currently selected CartesianDataPoint. This will be null if none of the data points in the DataSeries are selected.

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

Syntax

C#
public PieSlice SelectedDataPoint { get; private set; }
Visual Basic
Public Property SelectedDataPoint As PieSlice
	Get
	Private Set
Visual C++
public:
property PieSlice^ SelectedDataPoint {
	PieSlice^ get ();
	private: void set (PieSlice^ value);
}

See Also