AddDataPointForWaterfallSeries()
IChartDataPointCollection::AddDataPointForWaterfallSeries(System::SharedPtr<IChartDataCell>) method
Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Waterfall.
virtual System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::IChartDataPointCollection::AddDataPointForWaterfallSeries(System::SharedPtr<IChartDataCell> value)=0
Arguments
| Parameter | Type | Description | 
|---|---|---|
| value | System::SharedPtr<IChartDataCell> | Data point value | 
Return Value
New data point.
See Also
- Typedef SharedPtr
- Class IChartDataPoint
- Class IChartDataCell
- Class IChartDataPointCollection
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides