AddDataPointForDoughnutSeries

AddDataPointForDoughnutSeries(IChartDataCell)

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

public IChartDataPoint AddDataPointForDoughnutSeries(IChartDataCell value)
参数类型描述
valueIChartDataCell数据点值

返回值

新的数据点。

另见


AddDataPointForDoughnutSeries(double)

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

public IChartDataPoint AddDataPointForDoughnutSeries(double value)
参数类型描述
valueDouble数据点值

返回值

新的数据点。

另见