Aspose::Cells::Charts::ChartPointCollection::Get method

ChartPointCollection::Get method

Gets the ChartPoint element at the specified index in the series.

ChartPoint Aspose::Cells::Charts::ChartPointCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe index of chart point in the series.

ReturnValue

The ChartPoint object.

See Also