Remove

IChartDataPointCollection.Remove 方法

移除指定的值。

public void Remove(IChartDataPoint value)
参数类型描述
valueIChartDataPoint值。

异常

异常条件
ArgumentException找不到值参数在集合中。

另见