AddDataPointForBubbleSeries

AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, IChartDataCell)

创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble方法)。

public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue, 
    IChartDataCell bubbleSize)
参数类型描述
xValueIChartDataCell数据点的X值
yValueIChartDataCell数据点的Y值
bubbleSizeIChartDataCell数据点的气泡大小

返回值

新的数据点。

另请参阅


AddDataPointForBubbleSeries(double, IChartDataCell, IChartDataCell)

创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble方法)。

public IChartDataPoint AddDataPointForBubbleSeries(double xValue, IChartDataCell yValue, 
    IChartDataCell bubbleSize)
参数类型描述
xValueDouble数据点的X值
yValueIChartDataCell数据点的Y值
bubbleSizeIChartDataCell数据点的气泡大小

返回值

新的数据点。

另请参阅


AddDataPointForBubbleSeries(string, IChartDataCell, IChartDataCell)

创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble方法)。

public IChartDataPoint AddDataPointForBubbleSeries(string xValue, IChartDataCell yValue, 
    IChartDataCell bubbleSize)
参数类型描述
xValueString数据点的X值
yValueIChartDataCell数据点的Y值
bubbleSizeIChartDataCell数据点的气泡大小

返回值

新的数据点。

另请参阅


AddDataPointForBubbleSeries(IChartDataCell, double, IChartDataCell)

创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble方法)。

public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, double yValue, 
    IChartDataCell bubbleSize)
参数类型描述
xValueIChartDataCell数据点的X值
yValueDouble数据点的Y值
bubbleSizeIChartDataCell数据点的气泡大小

返回值

新的数据点。

另请参阅


AddDataPointForBubbleSeries(double, double, IChartDataCell)

创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble方法)。

public IChartDataPoint AddDataPointForBubbleSeries(double xValue, double yValue, 
    IChartDataCell bubbleSize)
参数类型描述
xValueDouble数据点的X值
yValueDouble数据点的Y值
bubbleSizeIChartDataCell数据点的气泡大小

返回值

新的数据点。

另请参阅


AddDataPointForBubbleSeries(string, double, IChartDataCell)

创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble方法)。

public IChartDataPoint AddDataPointForBubbleSeries(string xValue, double yValue, 
    IChartDataCell bubbleSize)
参数类型描述
xValueString数据点的X值
yValueDouble数据点的Y值
bubbleSizeIChartDataCell数据点的气泡大小

返回值

新的数据点。

另请参阅


AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, double)

创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble方法)。

public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue, 
    double bubbleSize)
参数类型描述
xValueIChartDataCell数据点的X值
yValueIChartDataCell数据点的Y值
bubbleSizeDouble数据点的气泡大小

返回值

新的数据点。

另请参阅


AddDataPointForBubbleSeries(double, IChartDataCell, double)

创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble方法)。

public IChartDataPoint AddDataPointForBubbleSeries(double xValue, IChartDataCell yValue, 
    double bubbleSize)
参数类型描述
xValueDouble数据点的X值
yValueIChartDataCell数据点的Y值
bubbleSizeDouble数据点的气泡大小

返回值

新的数据点。

另请参阅


AddDataPointForBubbleSeries(string, IChartDataCell, double)

创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble方法)。

public IChartDataPoint AddDataPointForBubbleSeries(string xValue, IChartDataCell yValue, 
    double bubbleSize)
参数类型描述
xValueString数据点的X值
yValueIChartDataCell数据点的Y值
bubbleSizeDouble数据点的气泡大小

返回值

新的数据点。

另请参阅


AddDataPointForBubbleSeries(IChartDataCell, double, double)

创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble方法)。

public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, double yValue, 
    double bubbleSize)
参数类型描述
xValueIChartDataCell数据点的X值
yValueDouble数据点的Y值
bubbleSizeDouble数据点的气泡大小

返回值

新的数据点。

另请参阅


AddDataPointForBubbleSeries(double, double, double)

创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble方法)。

public IChartDataPoint AddDataPointForBubbleSeries(double xValue, double yValue, double bubbleSize)
参数类型描述
xValueDouble数据点的X值
yValueDouble数据点的Y值
bubbleSizeDouble数据点的气泡大小

返回值

新的数据点。

另请参阅


AddDataPointForBubbleSeries(string, double, double)

创建新的数据点并将其添加到集合末尾。适用于图表类型为Bubble子类型的系列(另请参见IsChartTypeBubble方法)。

public IChartDataPoint AddDataPointForBubbleSeries(string xValue, double yValue, double bubbleSize)
参数类型描述
xValueString数据点的X值
yValueDouble数据点的Y值
bubbleSizeDouble数据点的气泡大小

返回值

新的数据点。

另请参阅