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

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.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.SilverlightElements.Charting..::..CartesianDataPoint
The CartesianDataPoint to prepare.
index
Type: System..::..Int32
The index of the data object within the ItemsSource.

See Also