AddDataPointForAreaSeries

AddDataPointForAreaSeries(IChartDataCell)

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Area subtypes (see also IsChartTypeArea method).

public IChartDataPoint AddDataPointForAreaSeries(IChartDataCell value)
ParameterTypeDescription
valueIChartDataCellData point Value

Return Value

New data point.

See Also


AddDataPointForAreaSeries(double)

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Area subtypes (see also IsChartTypeArea method).

public IChartDataPoint AddDataPointForAreaSeries(double value)
ParameterTypeDescription
valueDoubleData point Value

Return Value

New data point.

See Also