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

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.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