AddDataPointForBubbleSeries
AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, IChartDataCell)
创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble
方法)。
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue,
IChartDataCell bubbleSize)
参数 | 类型 | 描述 |
---|---|---|
xValue | IChartDataCell | 数据点的X值 |
yValue | IChartDataCell | 数据点的Y值 |
bubbleSize | IChartDataCell | 数据点的气泡大小 |
返回值
新的数据点。
另请参阅
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
AddDataPointForBubbleSeries(double, IChartDataCell, IChartDataCell)
创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble
方法)。
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, IChartDataCell yValue,
IChartDataCell bubbleSize)
参数 | 类型 | 描述 |
---|---|---|
xValue | Double | 数据点的X值 |
yValue | IChartDataCell | 数据点的Y值 |
bubbleSize | IChartDataCell | 数据点的气泡大小 |
返回值
新的数据点。
另请参阅
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
AddDataPointForBubbleSeries(string, IChartDataCell, IChartDataCell)
创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble
方法)。
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, IChartDataCell yValue,
IChartDataCell bubbleSize)
参数 | 类型 | 描述 |
---|---|---|
xValue | String | 数据点的X值 |
yValue | IChartDataCell | 数据点的Y值 |
bubbleSize | IChartDataCell | 数据点的气泡大小 |
返回值
新的数据点。
另请参阅
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
AddDataPointForBubbleSeries(IChartDataCell, double, IChartDataCell)
创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble
方法)。
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, double yValue,
IChartDataCell bubbleSize)
参数 | 类型 | 描述 |
---|---|---|
xValue | IChartDataCell | 数据点的X值 |
yValue | Double | 数据点的Y值 |
bubbleSize | IChartDataCell | 数据点的气泡大小 |
返回值
新的数据点。
另请参阅
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
AddDataPointForBubbleSeries(double, double, IChartDataCell)
创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble
方法)。
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, double yValue,
IChartDataCell bubbleSize)
参数 | 类型 | 描述 |
---|---|---|
xValue | Double | 数据点的X值 |
yValue | Double | 数据点的Y值 |
bubbleSize | IChartDataCell | 数据点的气泡大小 |
返回值
新的数据点。
另请参阅
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
AddDataPointForBubbleSeries(string, double, IChartDataCell)
创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble
方法)。
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, double yValue,
IChartDataCell bubbleSize)
参数 | 类型 | 描述 |
---|---|---|
xValue | String | 数据点的X值 |
yValue | Double | 数据点的Y值 |
bubbleSize | IChartDataCell | 数据点的气泡大小 |
返回值
新的数据点。
另请参阅
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, double)
创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble
方法)。
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue,
double bubbleSize)
参数 | 类型 | 描述 |
---|---|---|
xValue | IChartDataCell | 数据点的X值 |
yValue | IChartDataCell | 数据点的Y值 |
bubbleSize | Double | 数据点的气泡大小 |
返回值
新的数据点。
另请参阅
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
AddDataPointForBubbleSeries(double, IChartDataCell, double)
创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble
方法)。
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, IChartDataCell yValue,
double bubbleSize)
参数 | 类型 | 描述 |
---|---|---|
xValue | Double | 数据点的X值 |
yValue | IChartDataCell | 数据点的Y值 |
bubbleSize | Double | 数据点的气泡大小 |
返回值
新的数据点。
另请参阅
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
AddDataPointForBubbleSeries(string, IChartDataCell, double)
创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble
方法)。
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, IChartDataCell yValue,
double bubbleSize)
参数 | 类型 | 描述 |
---|---|---|
xValue | String | 数据点的X值 |
yValue | IChartDataCell | 数据点的Y值 |
bubbleSize | Double | 数据点的气泡大小 |
返回值
新的数据点。
另请参阅
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
AddDataPointForBubbleSeries(IChartDataCell, double, double)
创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble
方法)。
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, double yValue,
double bubbleSize)
参数 | 类型 | 描述 |
---|---|---|
xValue | IChartDataCell | 数据点的X值 |
yValue | Double | 数据点的Y值 |
bubbleSize | Double | 数据点的气泡大小 |
返回值
新的数据点。
另请参阅
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
AddDataPointForBubbleSeries(double, double, double)
创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble
方法)。
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, double yValue, double bubbleSize)
参数 | 类型 | 描述 |
---|---|---|
xValue | Double | 数据点的X值 |
yValue | Double | 数据点的Y值 |
bubbleSize | Double | 数据点的气泡大小 |
返回值
新的数据点。
另请参阅
- interface IChartDataPoint
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
AddDataPointForBubbleSeries(string, double, double)
创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble
方法)。
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, double yValue, double bubbleSize)
参数 | 类型 | 描述 |
---|---|---|
xValue | String | 数据点的X值 |
yValue | Double | 数据点的Y值 |
bubbleSize | Double | 数据点的气泡大小 |
返回值
新的数据点。
另请参阅
- interface IChartDataPoint
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides