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)
Parameter | Type | Description |
---|---|---|
index | int32_t | The index of chart point in the series. |
ReturnValue
The ChartPoint object.
See Also
- Class ChartPoint
- Class Vector
- Class ChartPointCollection
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++