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

 public Chart this[System.String name] { get; }
Public Default ReadOnly Property Item(ByVal name As String) As Chart

The name of the chart to retrieve

The chart with the specified name.