AddDataPointForSurfaceSeries

AddDataPointForSurfaceSeries(IChartDataCell)

创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Surface 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeSurface(ChartType) 方法)。

public IChartDataPoint AddDataPointForSurfaceSeries(IChartDataCell value)
范围类型描述
valueIChartDataCell数据点值

返回值

新数据点。

也可以看看


AddDataPointForSurfaceSeries(double)

创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Surface 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeSurface(ChartType) 方法)。

public IChartDataPoint AddDataPointForSurfaceSeries(double value)
范围类型描述
valueDouble数据点值

返回值

新数据点。

也可以看看