Gets the logical postion of the mouse pointer constrained by the dimensions of the chart canvas.

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

Syntax

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

See Also