This method gets a chart object of a sheet according to the index parameter.
Defined in
Syntax
public ChartObject item(int index) throws SymphonyException
Parameters
int index
Specifies the index of the chart object in the collection, starting at 1.
Usage
If the index is out of bounds, this method throws an exception.
See examples