AddDataPointForBubbleSeries
AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, IChartDataCell)
创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见IsChartTypeBubble
方法) .
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue,
IChartDataCell bubbleSize)
范围 | 类型 | 描述 |
---|---|---|
xValue | IChartDataCell | 数据点 XValue |
yValue | IChartDataCell | 数据点 YValue |
bubbleSize | IChartDataCell | 数据点 BubbleSize |
返回值
新数据点。
也可以看看
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- 命名空间 Aspose.Slides.Charts
- 部件 Aspose.Slides
AddDataPointForBubbleSeries(double, IChartDataCell, IChartDataCell)
创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见IsChartTypeBubble
方法) .
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, IChartDataCell yValue,
IChartDataCell bubbleSize)
范围 | 类型 | 描述 |
---|---|---|
xValue | Double | 数据点 XValue |
yValue | IChartDataCell | 数据点 YValue |
bubbleSize | IChartDataCell | 数据点 BubbleSize |
返回值
新数据点。
也可以看看
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- 命名空间 Aspose.Slides.Charts
- 部件 Aspose.Slides
AddDataPointForBubbleSeries(string, IChartDataCell, IChartDataCell)
创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见IsChartTypeBubble
方法) .
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, IChartDataCell yValue,
IChartDataCell bubbleSize)
范围 | 类型 | 描述 |
---|---|---|
xValue | String | 数据点 XValue |
yValue | IChartDataCell | 数据点 YValue |
bubbleSize | IChartDataCell | 数据点 BubbleSize |
返回值
新数据点。
也可以看看
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- 命名空间 Aspose.Slides.Charts
- 部件 Aspose.Slides
AddDataPointForBubbleSeries(IChartDataCell, double, IChartDataCell)
创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见IsChartTypeBubble
方法) .
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, double yValue,
IChartDataCell bubbleSize)
范围 | 类型 | 描述 |
---|---|---|
xValue | IChartDataCell | 数据点 XValue |
yValue | Double | 数据点 YValue |
bubbleSize | IChartDataCell | 数据点 BubbleSize |
返回值
新数据点。
也可以看看
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- 命名空间 Aspose.Slides.Charts
- 部件 Aspose.Slides
AddDataPointForBubbleSeries(double, double, IChartDataCell)
创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见IsChartTypeBubble
方法) .
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, double yValue,
IChartDataCell bubbleSize)
范围 | 类型 | 描述 |
---|---|---|
xValue | Double | 数据点 XValue |
yValue | Double | 数据点 YValue |
bubbleSize | IChartDataCell | 数据点 BubbleSize |
返回值
新数据点。
也可以看看
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- 命名空间 Aspose.Slides.Charts
- 部件 Aspose.Slides
AddDataPointForBubbleSeries(string, double, IChartDataCell)
创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见IsChartTypeBubble
方法) .
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, double yValue,
IChartDataCell bubbleSize)
范围 | 类型 | 描述 |
---|---|---|
xValue | String | 数据点 XValue |
yValue | Double | 数据点 YValue |
bubbleSize | IChartDataCell | 数据点 BubbleSize |
返回值
新数据点。
也可以看看
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- 命名空间 Aspose.Slides.Charts
- 部件 Aspose.Slides
AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, double)
创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见IsChartTypeBubble
方法) .
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue,
double bubbleSize)
范围 | 类型 | 描述 |
---|---|---|
xValue | IChartDataCell | 数据点 XValue |
yValue | IChartDataCell | 数据点 YValue |
bubbleSize | Double | 数据点 BubbleSize |
返回值
新数据点。
也可以看看
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- 命名空间 Aspose.Slides.Charts
- 部件 Aspose.Slides
AddDataPointForBubbleSeries(double, IChartDataCell, double)
创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见IsChartTypeBubble
方法) .
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, IChartDataCell yValue,
double bubbleSize)
范围 | 类型 | 描述 |
---|---|---|
xValue | Double | 数据点 XValue |
yValue | IChartDataCell | 数据点 YValue |
bubbleSize | Double | 数据点 BubbleSize |
返回值
新数据点。
也可以看看
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- 命名空间 Aspose.Slides.Charts
- 部件 Aspose.Slides
AddDataPointForBubbleSeries(string, IChartDataCell, double)
创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见IsChartTypeBubble
方法) .
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, IChartDataCell yValue,
double bubbleSize)
范围 | 类型 | 描述 |
---|---|---|
xValue | String | 数据点 XValue |
yValue | IChartDataCell | 数据点 YValue |
bubbleSize | Double | 数据点 BubbleSize |
返回值
新数据点。
也可以看看
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- 命名空间 Aspose.Slides.Charts
- 部件 Aspose.Slides
AddDataPointForBubbleSeries(IChartDataCell, double, double)
创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见IsChartTypeBubble
方法) .
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, double yValue,
double bubbleSize)
范围 | 类型 | 描述 |
---|---|---|
xValue | IChartDataCell | 数据点 XValue |
yValue | Double | 数据点 YValue |
bubbleSize | Double | 数据点 BubbleSize |
返回值
新数据点。
也可以看看
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- 命名空间 Aspose.Slides.Charts
- 部件 Aspose.Slides
AddDataPointForBubbleSeries(double, double, double)
创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见IsChartTypeBubble
方法) .
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, double yValue, double bubbleSize)
范围 | 类型 | 描述 |
---|---|---|
xValue | Double | 数据点 XValue |
yValue | Double | 数据点 YValue |
bubbleSize | Double | 数据点 BubbleSize |
返回值
新数据点。
也可以看看
- interface IChartDataPoint
- class ChartDataPointCollection
- 命名空间 Aspose.Slides.Charts
- 部件 Aspose.Slides
AddDataPointForBubbleSeries(string, double, double)
创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见IsChartTypeBubble
方法) .
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, double yValue, double bubbleSize)
范围 | 类型 | 描述 |
---|---|---|
xValue | String | 数据点 XValue |
yValue | Double | 数据点 YValue |
bubbleSize | Double | 数据点 BubbleSize |
返回值
新数据点。
也可以看看
- interface IChartDataPoint
- class ChartDataPointCollection
- 命名空间 Aspose.Slides.Charts
- 部件 Aspose.Slides