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

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