Prepares the given CartesianDataPoint to participate in selection features and data notifications.

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

Syntax

C#
protected void PrepareDataPoint(
	CartesianDataPoint dataPoint,
	int index
)
Visual Basic
Protected Sub PrepareDataPoint ( _
	dataPoint As CartesianDataPoint, _
	index As Integer _
)
Visual C++
protected:
void PrepareDataPoint(
	CartesianDataPoint^ dataPoint, 
	int index
)

Parameters

dataPoint
Type: Mindscape.PhoneElements.Charting..::..CartesianDataPoint
The CartesianDataPoint to prepare.
index
Type: System..::..Int32
The index of the data object within the ItemsSource.

See Also