Gets the value of current data point by its name.

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

Syntax

C#
public double this[
	string name
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	name As String _
) As Double
	Get

Parameters

name
Type: System..::..String
The name of data array.

Return Value

The data value.

See Also