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

ParameterTypeDescription
valueSystem::SharedPtr<IChartDataCell>Data point value

Return Value

New data point.

See Also