AddDataPointForWaterfallSeries
IChartDataPointCollection.AddDataPointForWaterfallSeries method
Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Waterfall.
public IChartDataPoint AddDataPointForWaterfallSeries(IChartDataCell value)
| Parameter | Type | Description | 
|---|---|---|
| value | IChartDataCell | Data point value | 
Return Value
New data point.
See Also
- interface IChartDataPoint
 - interface IChartDataCell
 - interface IChartDataPointCollection
 - namespace Aspose.Slides.Charts
 - assembly Aspose.Slides