Gets the ChartSymbol for the given data object.

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

Syntax

C#
protected ChartSymbol GetChartSymbol(
	Object o,
	int index,
	out Point point
)
Visual Basic
Protected Function GetChartSymbol ( _
	o As Object, _
	index As Integer, _
	<OutAttribute> ByRef point As Point _
) As ChartSymbol
Visual C++
protected:
ChartSymbol^ GetChartSymbol(
	Object^ o, 
	int index, 
	[OutAttribute] Point% point
)

Parameters

o
Type: System..::..Object
The data object that the ChartSymbol displays.
index
Type: System..::..Int32
The index of the data.
point
Type: System.Windows..::..Point%
The logical plot position of the data.

Return Value

The ChartSymbol to display the given data object.

See Also