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
Parameter | Type | Description |
---|---|---|
xValue | System::SharedPtr<IChartDataCell> | Data point XValue |
yValue | System::SharedPtr<IChartDataCell> | Data point YValue |
bubbleSize | System::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
Parameter | Type | Description |
---|---|---|
xValue | double | Data point XValue |
yValue | System::SharedPtr<IChartDataCell> | Data point YValue |
bubbleSize | System::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
Parameter | Type | Description |
---|---|---|
xValue | System::String | Data point XValue |
yValue | System::SharedPtr<IChartDataCell> | Data point YValue |
bubbleSize | System::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
Parameter | Type | Description |
---|---|---|
xValue | System::SharedPtr<IChartDataCell> | Data point XValue |
yValue | double | Data point YValue |
bubbleSize | System::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
Parameter | Type | Description |
---|---|---|
xValue | double | Data point XValue |
yValue | double | Data point YValue |
bubbleSize | System::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
Parameter | Type | Description |
---|---|---|
xValue | System::String | Data point XValue |
yValue | double | Data point YValue |
bubbleSize | System::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
Parameter | Type | Description |
---|---|---|
xValue | System::SharedPtr<IChartDataCell> | Data point XValue |
yValue | System::SharedPtr<IChartDataCell> | Data point YValue |
bubbleSize | double | Data 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
Parameter | Type | Description |
---|---|---|
xValue | double | Data point XValue |
yValue | System::SharedPtr<IChartDataCell> | Data point YValue |
bubbleSize | double | Data 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
Parameter | Type | Description |
---|---|---|
xValue | System::String | Data point XValue |
yValue | System::SharedPtr<IChartDataCell> | Data point YValue |
bubbleSize | double | Data 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
Parameter | Type | Description |
---|---|---|
xValue | System::SharedPtr<IChartDataCell> | Data point XValue |
yValue | double | Data point YValue |
bubbleSize | double | Data 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
Parameter | Type | Description |
---|---|---|
xValue | double | Data point XValue |
yValue | double | Data point YValue |
bubbleSize | double | Data 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
Parameter | Type | Description |
---|---|---|
xValue | System::String | Data point XValue |
yValue | double | Data point YValue |
bubbleSize | double | Data point BubbleSize |
Return Value
New data point.
See Also
- Typedef SharedPtr
- Class IChartDataPoint
- Class IChartDataCell
- Class ChartDataPointCollection
- Class String
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides