Gets the indexed value of the point.

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

Syntax

C#
public Object this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Object
	Get

Parameters

index
Type: System..::..Int32
Index of value.

Return Value

The indexed value.

See Also