Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns the DataPoint object at the specified 0-based index.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns the [DataPoint|DataPoint] object at the specified 0\-based index.{excerpt}
{signature:C#}
 public DataPoint this[int index] { get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Default ReadOnly Property Item(ByVal index As Integer) As DataPoint
Parameters
Param
indexindex

The 0-based index of the DataPoint to retrieve.

Returns
The DataPoint object at the specified index.
{signature}
{parameters}
{param:index}The 0\-based index of the {{DataPoint}} to retrieve.{param}
{returns}The {{DataPoint}} object at the specified index.{returns}