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