Gets the logical X,Y plotting position of the CartesianDataPoint.

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

Syntax

C#
public Point LogicalPoint { get; internal set; }
Visual Basic
Public Property LogicalPoint As Point
	Get
	Friend Set
Visual C++
public:
property Point LogicalPoint {
	Point get ();
	internal: void set (Point value);
}

See Also