Aspose::Cells::Charts::ChartCollection::Get method

ChartCollection::Get(int32_t) method

Gets the Chart element at the specified index.

Chart Aspose::Cells::Charts::ChartCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe zero based index of the element.

ReturnValue

The element at the specified index.

See Also

ChartCollection::Get(const U16String&) method

Gets the chart by the name.

Chart Aspose::Cells::Charts::ChartCollection::Get(const U16String &name)
ParameterTypeDescription
nameconst U16String&The chart name.

ReturnValue

The chart.

Remarks

The default chart name is null. So you have to explicitly set the name of the chart.

See Also

ChartCollection::Get(const char16_t*) method

Gets the chart by the name.

Chart Aspose::Cells::Charts::ChartCollection::Get(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*The chart name.

ReturnValue

The chart.

Remarks

The default chart name is null. So you have to explicitly set the name of the chart.

See Also