Message-ID: <1581763769.7809.1711622197757.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_7808_1897397896.1711622197757" ------=_Part_7808_1897397896.1711622197757 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Series.Item(Int32)

Series.Item(Int32)

Description

=20

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

=20
C#
=20
 public DataPoint this[int index] { get; }
=20
=20
vb.net
=20
Public Default ReadOnly Property Item(ByVal index As Integer) As DataPoint
=20
=20

Parameters

=20
index
The 0-based index of the=20 DataPoint to retrieve.=20

Returns

The=20 DataPoint object at the specified index.
------=_Part_7808_1897397896.1711622197757--