Gets the value of the data point.

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

Syntax

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

Parameters

name
Type: System..::..String
String name of value.

Return Value

The value

See Also