Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Removes the specified Series from the collection.

Signature
C#
C#
 public Series Remove(int index)
{signature}{signature:
}
Signature
vb.net
vb.net
Public Function Remove(ByVal index As Integer) As Series
{signature}
{parameters}
{param:index}The 0\-based index of the {{Series}} to remove.{param}
{returns}The removed {{Series}}.{returns}
Parameters
Param
index
index

The 0-based index of the Series to remove.

Returns

The removed Series.