AddDataPointForFunnelSeries()

ChartDataPointCollection::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.

System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::ChartDataPointCollection::AddDataPointForFunnelSeries(System::SharedPtr<IChartDataCell> value) override

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<IChartDataCell>Data point Value

Return Value

New data point.

See Also