AddDataPointForSurfaceSeries

AddDataPointForSurfaceSeries(IChartDataCell)

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

public IChartDataPoint AddDataPointForSurfaceSeries(IChartDataCell value)
ParameterTypeDescription
valueIChartDataCellData point Value

Return Value

New data point.

See Also


AddDataPointForSurfaceSeries(double)

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

public IChartDataPoint AddDataPointForSurfaceSeries(double value)
ParameterTypeDescription
valueDoubleData point Value

Return Value

New data point.

See Also