Gets the physical position of the mouse pointer over the chart canvas.

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

Syntax

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

See Also