AddDataPointForBubbleSeries

AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, IChartDataCell)

创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。

public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue, 
    IChartDataCell bubbleSize)
范围类型描述
xValueIChartDataCell数据点 XValue
yValueIChartDataCell数据点 YValue
bubbleSizeIChartDataCell数据点 BubbleSize

返回值

新数据点。

也可以看看


AddDataPointForBubbleSeries(double, IChartDataCell, IChartDataCell)

创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。

public IChartDataPoint AddDataPointForBubbleSeries(double xValue, IChartDataCell yValue, 
    IChartDataCell bubbleSize)
范围类型描述
xValueDouble数据点 XValue
yValueIChartDataCell数据点 YValue
bubbleSizeIChartDataCell数据点 BubbleSize

返回值

新数据点。

也可以看看


AddDataPointForBubbleSeries(string, IChartDataCell, IChartDataCell)

创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。

public IChartDataPoint AddDataPointForBubbleSeries(string xValue, IChartDataCell yValue, 
    IChartDataCell bubbleSize)
范围类型描述
xValueString数据点 XValue
yValueIChartDataCell数据点 YValue
bubbleSizeIChartDataCell数据点 BubbleSize

返回值

新数据点。

也可以看看


AddDataPointForBubbleSeries(IChartDataCell, double, IChartDataCell)

创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。

public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, double yValue, 
    IChartDataCell bubbleSize)
范围类型描述
xValueIChartDataCell数据点 XValue
yValueDouble数据点 YValue
bubbleSizeIChartDataCell数据点 BubbleSize

返回值

新数据点。

也可以看看


AddDataPointForBubbleSeries(double, double, IChartDataCell)

创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。

public IChartDataPoint AddDataPointForBubbleSeries(double xValue, double yValue, 
    IChartDataCell bubbleSize)
范围类型描述
xValueDouble数据点 XValue
yValueDouble数据点 YValue
bubbleSizeIChartDataCell数据点 BubbleSize

返回值

新数据点。

也可以看看


AddDataPointForBubbleSeries(string, double, IChartDataCell)

创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。

public IChartDataPoint AddDataPointForBubbleSeries(string xValue, double yValue, 
    IChartDataCell bubbleSize)
范围类型描述
xValueString数据点 XValue
yValueDouble数据点 YValue
bubbleSizeIChartDataCell数据点 BubbleSize

返回值

新数据点。

也可以看看


AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, double)

创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。

public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue, 
    double bubbleSize)
范围类型描述
xValueIChartDataCell数据点 XValue
yValueIChartDataCell数据点 YValue
bubbleSizeDouble数据点 BubbleSize

返回值

新数据点。

也可以看看


AddDataPointForBubbleSeries(double, IChartDataCell, double)

创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。

public IChartDataPoint AddDataPointForBubbleSeries(double xValue, IChartDataCell yValue, 
    double bubbleSize)
范围类型描述
xValueDouble数据点 XValue
yValueIChartDataCell数据点 YValue
bubbleSizeDouble数据点 BubbleSize

返回值

新数据点。

也可以看看


AddDataPointForBubbleSeries(string, IChartDataCell, double)

创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。

public IChartDataPoint AddDataPointForBubbleSeries(string xValue, IChartDataCell yValue, 
    double bubbleSize)
范围类型描述
xValueString数据点 XValue
yValueIChartDataCell数据点 YValue
bubbleSizeDouble数据点 BubbleSize

返回值

新数据点。

也可以看看


AddDataPointForBubbleSeries(IChartDataCell, double, double)

创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。

public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, double yValue, 
    double bubbleSize)
范围类型描述
xValueIChartDataCell数据点 XValue
yValueDouble数据点 YValue
bubbleSizeDouble数据点 BubbleSize

返回值

新数据点。

也可以看看


AddDataPointForBubbleSeries(double, double, double)

创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。

public IChartDataPoint AddDataPointForBubbleSeries(double xValue, double yValue, double bubbleSize)
范围类型描述
xValueDouble数据点 XValue
yValueDouble数据点 YValue
bubbleSizeDouble数据点 BubbleSize

返回值

新数据点。

也可以看看


AddDataPointForBubbleSeries(string, double, double)

创建新数据点并将其添加到集合的末尾。 适用于 chartType 是 Bubble 子类型之一的系列(另请参见 ChartTypeCharacterizer.IsChartTypeBubble(ChartType) 方法)。

public IChartDataPoint AddDataPointForBubbleSeries(string xValue, double yValue, double bubbleSize)
范围类型描述
xValueString数据点 XValue
yValueDouble数据点 YValue
bubbleSizeDouble数据点 BubbleSize

返回值

新数据点。

也可以看看