AddDataPointForBubbleSeries

AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, IChartDataCell)

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).

public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue, 
    IChartDataCell bubbleSize)
ParameterTypeDescription
xValueIChartDataCellData point XValue
yValueIChartDataCellData point YValue
bubbleSizeIChartDataCellData point BubbleSize

Return Value

New data point.

See Also


AddDataPointForBubbleSeries(double, IChartDataCell, IChartDataCell)

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).

public IChartDataPoint AddDataPointForBubbleSeries(double xValue, IChartDataCell yValue, 
    IChartDataCell bubbleSize)
ParameterTypeDescription
xValueDoubleData point XValue
yValueIChartDataCellData point YValue
bubbleSizeIChartDataCellData point BubbleSize

Return Value

New data point.

See Also


AddDataPointForBubbleSeries(string, IChartDataCell, IChartDataCell)

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).

public IChartDataPoint AddDataPointForBubbleSeries(string xValue, IChartDataCell yValue, 
    IChartDataCell bubbleSize)
ParameterTypeDescription
xValueStringData point XValue
yValueIChartDataCellData point YValue
bubbleSizeIChartDataCellData point BubbleSize

Return Value

New data point.

See Also


AddDataPointForBubbleSeries(IChartDataCell, double, IChartDataCell)

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).

public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, double yValue, 
    IChartDataCell bubbleSize)
ParameterTypeDescription
xValueIChartDataCellData point XValue
yValueDoubleData point YValue
bubbleSizeIChartDataCellData point BubbleSize

Return Value

New data point.

See Also


AddDataPointForBubbleSeries(double, double, IChartDataCell)

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).

public IChartDataPoint AddDataPointForBubbleSeries(double xValue, double yValue, 
    IChartDataCell bubbleSize)
ParameterTypeDescription
xValueDoubleData point XValue
yValueDoubleData point YValue
bubbleSizeIChartDataCellData point BubbleSize

Return Value

New data point.

See Also


AddDataPointForBubbleSeries(string, double, IChartDataCell)

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).

public IChartDataPoint AddDataPointForBubbleSeries(string xValue, double yValue, 
    IChartDataCell bubbleSize)
ParameterTypeDescription
xValueStringData point XValue
yValueDoubleData point YValue
bubbleSizeIChartDataCellData point BubbleSize

Return Value

New data point.

See Also


AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, double)

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).

public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue, 
    double bubbleSize)
ParameterTypeDescription
xValueIChartDataCellData point XValue
yValueIChartDataCellData point YValue
bubbleSizeDoubleData point BubbleSize

Return Value

New data point.

See Also


AddDataPointForBubbleSeries(double, IChartDataCell, double)

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).

public IChartDataPoint AddDataPointForBubbleSeries(double xValue, IChartDataCell yValue, 
    double bubbleSize)
ParameterTypeDescription
xValueDoubleData point XValue
yValueIChartDataCellData point YValue
bubbleSizeDoubleData point BubbleSize

Return Value

New data point.

See Also


AddDataPointForBubbleSeries(string, IChartDataCell, double)

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).

public IChartDataPoint AddDataPointForBubbleSeries(string xValue, IChartDataCell yValue, 
    double bubbleSize)
ParameterTypeDescription
xValueStringData point XValue
yValueIChartDataCellData point YValue
bubbleSizeDoubleData point BubbleSize

Return Value

New data point.

See Also


AddDataPointForBubbleSeries(IChartDataCell, double, double)

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).

public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, double yValue, 
    double bubbleSize)
ParameterTypeDescription
xValueIChartDataCellData point XValue
yValueDoubleData point YValue
bubbleSizeDoubleData point BubbleSize

Return Value

New data point.

See Also


AddDataPointForBubbleSeries(double, double, double)

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).

public IChartDataPoint AddDataPointForBubbleSeries(double xValue, double yValue, double bubbleSize)
ParameterTypeDescription
xValueDoubleData point XValue
yValueDoubleData point YValue
bubbleSizeDoubleData point BubbleSize

Return Value

New data point.

See Also


AddDataPointForBubbleSeries(string, double, double)

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also ChartTypeCharacterizer.IsChartTypeBubble(ChartType) method).

public IChartDataPoint AddDataPointForBubbleSeries(string xValue, double yValue, double bubbleSize)
ParameterTypeDescription
xValueStringData point XValue
yValueDoubleData point YValue
bubbleSizeDoubleData point BubbleSize

Return Value

New data point.

See Also