ChartCollection.Item
Contents
[
Hide
]ChartCollection indexer (1 of 2)
Gets the Chart
element at the specified index.
public Chart this[int index] { get; }
Parameter | Description |
---|---|
index | The zero based index of the element. |
Return Value
The element at the specified index.
See Also
- class Chart
- class ChartCollection
- namespace Aspose.Cells.Charts
- assembly Aspose.Cells
ChartCollection indexer (2 of 2)
Gets the chart by the name.
public Chart this[string name] { get; }
Parameter | Description |
---|---|
name | The chart name. |
Return Value
The chart.
Remarks
The default chart name is null. So you have to explicitly set the name of the chart.
See Also
- class Chart
- class ChartCollection
- namespace Aspose.Cells.Charts
- assembly Aspose.Cells