AddDataPointForBoxAndWhiskerSeries

ChartDataPointCollection.AddDataPointForBoxAndWhiskerSeries method

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

public IChartDataPoint AddDataPointForBoxAndWhiskerSeries(IChartDataCell value)
ParameterTypeDescription
valueIChartDataCellData point Value

Return Value

New data point.

See Also