AddDataPointForBoxAndWhiskerSeries

ChartDataPointCollection.AddDataPointForBoxAndWhiskerSeries 方法

创建新的数据点并将其添加到集合的末尾。适用于图表类型为 BoxAndWhisker 的系列。

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

返回值

新的数据点。

另见