AddDataPointForBarSeries
AddDataPointForBarSeries(IChartDataCell)
创建新的数据点并将其添加到集合的末尾。适用于 chartType 为 Column 或 Bar 子类型之一的系列(另见 ChartTypeCharacterizer.IsChartTypeColumn(ChartType) 和 ChartTypeCharacterizer.IsChartTypeBar(ChartType) 方法)。
public IChartDataPoint AddDataPointForBarSeries(IChartDataCell value)
参数 | 类型 | 描述 |
---|---|---|
value | IChartDataCell | 数据点值 |
返回值
新的数据点。
另见
- interface IChartDataPoint
- interface IChartDataCell
- interface IChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
AddDataPointForBarSeries(double)
创建新的数据点并将其添加到集合的末尾。适用于 chartType 为 Column 或 Bar 子类型之一的系列(另见 ChartTypeCharacterizer.IsChartTypeColumn(ChartType) 和 ChartTypeCharacterizer.IsChartTypeBar(ChartType) 方法)。
public IChartDataPoint AddDataPointForBarSeries(double value)
参数 | 类型 | 描述 |
---|---|---|
value | Double | 数据点值 |
返回值
新的数据点。
另见
- interface IChartDataPoint
- interface IChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides