AddDataPointForFunnelSeries()

IChartDataPointCollection::AddDataPointForFunnelSeries(System::SharedPtr<IChartDataCell>) method

Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Funnel.

virtual System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::IChartDataPointCollection::AddDataPointForFunnelSeries(System::SharedPtr<IChartDataCell> value)=0

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<IChartDataCell>Data point value

Return Value

New data point.

See Also