get_DataPoint()

IChartSeries::get_DataPoint(int32_t) method

Returns data point of this series at the specified index.

virtual System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::IChartSeries::get_DataPoint(int32_t index)=0

IChartSeries::get_DataPoint(System::SharedPtr<IChartDataPoint>) method

virtual int32_t Aspose::Slides::Charts::IChartSeries::get_DataPoint(System::SharedPtr<IChartDataPoint> pt)=0

See Also