[]
Gets a single chart object from the chart collection.
IChartObject this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IChartObject
| Type | Name | Description |
|---|---|---|
| int | index | The index number for the chart object. |
| Type | Description |
|---|---|
| IChartObject | An IChartObject value that represents a chart object contained by the chart collection. |
Gets a single chart object from the chart collection.
IChartObject this[string name] { get; }
ReadOnly Default Property Item(name As String) As IChartObject
| Type | Name | Description |
|---|---|---|
| string | name |
| Type | Description |
|---|---|
| IChartObject | An IChartObject value that represents a chart object contained by the chart collection. |