Aspose::Cells::Charts::LegendEntryCollection::Get method

LegendEntryCollection::Get method

Gets the LegendEntry element at the specified index.

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

ReturnValue

The element at the specified index.

See Also