Returns a Point containing the X and Y logical axis values of the given DataPoint.

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

Syntax

C#
protected internal Point GetPoint(
	CartesianDataPoint dataPoint
)
Visual Basic
Protected Friend Function GetPoint ( _
	dataPoint As CartesianDataPoint _
) As Point
Visual C++
protected public:
Point GetPoint(
	CartesianDataPoint^ dataPoint
)

Parameters

dataPoint
Type: Mindscape.PhoneElements.Charting..::..CartesianDataPoint
The DataPoint holding the data to be plotted.

Return Value

A Point containg the X and Y axis values for the given DataPoint.

See Also