AddDataPointForBubbleSeries()

ChartDataPointCollection::AddDataPointForBubbleSeries(System::SharedPtr<IChartDataCell>, System::SharedPtr<IChartDataCell>, System::SharedPtr<IChartDataCell>) method

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).

System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::ChartDataPointCollection::AddDataPointForBubbleSeries(System::SharedPtr<IChartDataCell> xValue, System::SharedPtr<IChartDataCell> yValue, System::SharedPtr<IChartDataCell> bubbleSize) override

Arguments

ParameterTypeDescription
xValueSystem::SharedPtr<IChartDataCell>Data point XValue
yValueSystem::SharedPtr<IChartDataCell>Data point YValue
bubbleSizeSystem::SharedPtr<IChartDataCell>Data point BubbleSize

Return Value

New data point.

ChartDataPointCollection::AddDataPointForBubbleSeries(double, System::SharedPtr<IChartDataCell>, System::SharedPtr<IChartDataCell>) method

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).

System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::ChartDataPointCollection::AddDataPointForBubbleSeries(double xValue, System::SharedPtr<IChartDataCell> yValue, System::SharedPtr<IChartDataCell> bubbleSize) override

Arguments

ParameterTypeDescription
xValuedoubleData point XValue
yValueSystem::SharedPtr<IChartDataCell>Data point YValue
bubbleSizeSystem::SharedPtr<IChartDataCell>Data point BubbleSize

Return Value

New data point.

ChartDataPointCollection::AddDataPointForBubbleSeries(System::String, System::SharedPtr<IChartDataCell>, System::SharedPtr<IChartDataCell>) method

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).

System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::ChartDataPointCollection::AddDataPointForBubbleSeries(System::String xValue, System::SharedPtr<IChartDataCell> yValue, System::SharedPtr<IChartDataCell> bubbleSize) override

Arguments

ParameterTypeDescription
xValueSystem::StringData point XValue
yValueSystem::SharedPtr<IChartDataCell>Data point YValue
bubbleSizeSystem::SharedPtr<IChartDataCell>Data point BubbleSize

Return Value

New data point.

ChartDataPointCollection::AddDataPointForBubbleSeries(System::SharedPtr<IChartDataCell>, double, System::SharedPtr<IChartDataCell>) method

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).

System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::ChartDataPointCollection::AddDataPointForBubbleSeries(System::SharedPtr<IChartDataCell> xValue, double yValue, System::SharedPtr<IChartDataCell> bubbleSize) override

Arguments

ParameterTypeDescription
xValueSystem::SharedPtr<IChartDataCell>Data point XValue
yValuedoubleData point YValue
bubbleSizeSystem::SharedPtr<IChartDataCell>Data point BubbleSize

Return Value

New data point.

ChartDataPointCollection::AddDataPointForBubbleSeries(double, double, System::SharedPtr<IChartDataCell>) method

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).

System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::ChartDataPointCollection::AddDataPointForBubbleSeries(double xValue, double yValue, System::SharedPtr<IChartDataCell> bubbleSize) override

Arguments

ParameterTypeDescription
xValuedoubleData point XValue
yValuedoubleData point YValue
bubbleSizeSystem::SharedPtr<IChartDataCell>Data point BubbleSize

Return Value

New data point.

ChartDataPointCollection::AddDataPointForBubbleSeries(System::String, double, System::SharedPtr<IChartDataCell>) method

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).

System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::ChartDataPointCollection::AddDataPointForBubbleSeries(System::String xValue, double yValue, System::SharedPtr<IChartDataCell> bubbleSize) override

Arguments

ParameterTypeDescription
xValueSystem::StringData point XValue
yValuedoubleData point YValue
bubbleSizeSystem::SharedPtr<IChartDataCell>Data point BubbleSize

Return Value

New data point.

ChartDataPointCollection::AddDataPointForBubbleSeries(System::SharedPtr<IChartDataCell>, System::SharedPtr<IChartDataCell>, double) method

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).

System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::ChartDataPointCollection::AddDataPointForBubbleSeries(System::SharedPtr<IChartDataCell> xValue, System::SharedPtr<IChartDataCell> yValue, double bubbleSize) override

Arguments

ParameterTypeDescription
xValueSystem::SharedPtr<IChartDataCell>Data point XValue
yValueSystem::SharedPtr<IChartDataCell>Data point YValue
bubbleSizedoubleData point BubbleSize

Return Value

New data point.

ChartDataPointCollection::AddDataPointForBubbleSeries(double, System::SharedPtr<IChartDataCell>, double) method

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).

System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::ChartDataPointCollection::AddDataPointForBubbleSeries(double xValue, System::SharedPtr<IChartDataCell> yValue, double bubbleSize) override

Arguments

ParameterTypeDescription
xValuedoubleData point XValue
yValueSystem::SharedPtr<IChartDataCell>Data point YValue
bubbleSizedoubleData point BubbleSize

Return Value

New data point.

ChartDataPointCollection::AddDataPointForBubbleSeries(System::String, System::SharedPtr<IChartDataCell>, double) method

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).

System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::ChartDataPointCollection::AddDataPointForBubbleSeries(System::String xValue, System::SharedPtr<IChartDataCell> yValue, double bubbleSize) override

Arguments

ParameterTypeDescription
xValueSystem::StringData point XValue
yValueSystem::SharedPtr<IChartDataCell>Data point YValue
bubbleSizedoubleData point BubbleSize

Return Value

New data point.

ChartDataPointCollection::AddDataPointForBubbleSeries(System::SharedPtr<IChartDataCell>, double, double) method

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).

System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::ChartDataPointCollection::AddDataPointForBubbleSeries(System::SharedPtr<IChartDataCell> xValue, double yValue, double bubbleSize) override

Arguments

ParameterTypeDescription
xValueSystem::SharedPtr<IChartDataCell>Data point XValue
yValuedoubleData point YValue
bubbleSizedoubleData point BubbleSize

Return Value

New data point.

ChartDataPointCollection::AddDataPointForBubbleSeries(double, double, double) method

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).

System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::ChartDataPointCollection::AddDataPointForBubbleSeries(double xValue, double yValue, double bubbleSize) override

Arguments

ParameterTypeDescription
xValuedoubleData point XValue
yValuedoubleData point YValue
bubbleSizedoubleData point BubbleSize

Return Value

New data point.

ChartDataPointCollection::AddDataPointForBubbleSeries(System::String, double, double) method

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).

System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::ChartDataPointCollection::AddDataPointForBubbleSeries(System::String xValue, double yValue, double bubbleSize) override

Arguments

ParameterTypeDescription
xValueSystem::StringData point XValue
yValuedoubleData point YValue
bubbleSizedoubleData point BubbleSize

Return Value

New data point.

See Also