Gets the CartesianDataPoint mapped to the given data object and index.

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

Syntax

C#
protected CartesianDataPoint GetDataPoint(
	Object o,
	int index
)
Visual Basic
Protected Function GetDataPoint ( _
	o As Object, _
	index As Integer _
) As CartesianDataPoint
Visual C++
protected:
CartesianDataPoint^ GetDataPoint(
	Object^ o, 
	int index
)

Parameters

o
Type: System..::..Object
The data object.
index
Type: System..::..Int32
The index of the data object within the ItemsSource.

Return Value

The CartesianDataPoint mapped to the given object if it exists.

See Also