Gets the data value with specified name at the specified index.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public double GetDataValue(
	string name,
	int pointIndex
)
Visual Basic
Public Function GetDataValue ( _
	name As String, _
	pointIndex As Integer _
) As Double

Parameters

name
Type: System..::..String
Name of data array.
pointIndex
Type: System..::..Int32
Index of the value.

Return Value

See Also