AddDataPointForFunnelSeries

IChartDataPointCollection.AddDataPointForFunnelSeries method

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

public IChartDataPoint AddDataPointForFunnelSeries(IChartDataCell value)
ParameterTypeDescription
valueIChartDataCellData point value

Return Value

New data point.

See Also