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

Returns the chart with the specified name in the Charts collection.

Signature
C#
C#
 public Chart this[System.String name] { get; }
Signature
vb.net
vb.net
Public Default ReadOnly Property Item(ByVal name As String) As Chart
Parameters
Param
name
name

The name of the chart to retrieve

Returns

The chart with the specified name.