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

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

Syntax

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

See Also