Gets the DataPoint control that the DataLabel maps to. This can be used to obtain any piece of data that the data point is made up of.

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

Syntax

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

See Also