AddDataPointForHistogramSeries
IChartDataPointCollection.AddDataPointForHistogramSeries 方法
创建新的数据点并将其添加到集合的末尾。适用于图表类型为直方图的系列。
public IChartDataPoint AddDataPointForHistogramSeries(IChartDataCell value)
参数 | 类型 | 描述 |
---|---|---|
value | IChartDataCell | 数据点值 |
返回值
新数据点。
创建新的数据点并将其添加到集合的末尾。适用于图表类型为直方图的系列。
public IChartDataPoint AddDataPointForHistogramSeries(IChartDataCell value)
参数 | 类型 | 描述 |
---|---|---|
value | IChartDataCell | 数据点值 |
新数据点。