[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.IChartObjects.Item

this Property

this[int]

Gets a single chart object from the chart collection.

Declaration
IChartObject this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IChartObject
Parameters
Type Name Description
int index

The index number for the chart object.

Property Value
Type Description
IChartObject

An IChartObject value that represents a chart object contained by the chart collection.

this[string]

Gets a single chart object from the chart collection.

Declaration
IChartObject this[string name] { get; }
ReadOnly Default Property Item(name As String) As IChartObject
Parameters
Type Name Description
string name
Property Value
Type Description
IChartObject

An IChartObject value that represents a chart object contained by the chart collection.