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 IsChartTypeBubble
method).
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue,
IChartDataCell bubbleSize)
Parameter | Type | Description |
---|---|---|
xValue | IChartDataCell | Data point XValue |
yValue | IChartDataCell | Data point YValue |
bubbleSize | IChartDataCell | Data point BubbleSize |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
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 IsChartTypeBubble
method).
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, IChartDataCell yValue,
IChartDataCell bubbleSize)
Parameter | Type | Description |
---|---|---|
xValue | Double | Data point XValue |
yValue | IChartDataCell | Data point YValue |
bubbleSize | IChartDataCell | Data point BubbleSize |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
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 IsChartTypeBubble
method).
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, IChartDataCell yValue,
IChartDataCell bubbleSize)
Parameter | Type | Description |
---|---|---|
xValue | String | Data point XValue |
yValue | IChartDataCell | Data point YValue |
bubbleSize | IChartDataCell | Data point BubbleSize |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
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 IsChartTypeBubble
method).
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, double yValue,
IChartDataCell bubbleSize)
Parameter | Type | Description |
---|---|---|
xValue | IChartDataCell | Data point XValue |
yValue | Double | Data point YValue |
bubbleSize | IChartDataCell | Data point BubbleSize |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
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 IsChartTypeBubble
method).
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, double yValue,
IChartDataCell bubbleSize)
Parameter | Type | Description |
---|---|---|
xValue | Double | Data point XValue |
yValue | Double | Data point YValue |
bubbleSize | IChartDataCell | Data point BubbleSize |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
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 IsChartTypeBubble
method).
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, double yValue,
IChartDataCell bubbleSize)
Parameter | Type | Description |
---|---|---|
xValue | String | Data point XValue |
yValue | Double | Data point YValue |
bubbleSize | IChartDataCell | Data point BubbleSize |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
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 IsChartTypeBubble
method).
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue,
double bubbleSize)
Parameter | Type | Description |
---|---|---|
xValue | IChartDataCell | Data point XValue |
yValue | IChartDataCell | Data point YValue |
bubbleSize | Double | Data point BubbleSize |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
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 IsChartTypeBubble
method).
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, IChartDataCell yValue,
double bubbleSize)
Parameter | Type | Description |
---|---|---|
xValue | Double | Data point XValue |
yValue | IChartDataCell | Data point YValue |
bubbleSize | Double | Data point BubbleSize |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
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 IsChartTypeBubble
method).
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, IChartDataCell yValue,
double bubbleSize)
Parameter | Type | Description |
---|---|---|
xValue | String | Data point XValue |
yValue | IChartDataCell | Data point YValue |
bubbleSize | Double | Data point BubbleSize |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
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 IsChartTypeBubble
method).
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, double yValue,
double bubbleSize)
Parameter | Type | Description |
---|---|---|
xValue | IChartDataCell | Data point XValue |
yValue | Double | Data point YValue |
bubbleSize | Double | Data point BubbleSize |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
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 IsChartTypeBubble
method).
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, double yValue, double bubbleSize)
Parameter | Type | Description |
---|---|---|
xValue | Double | Data point XValue |
yValue | Double | Data point YValue |
bubbleSize | Double | Data point BubbleSize |
Return Value
New data point.
See Also
- interface IChartDataPoint
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
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 IsChartTypeBubble
method).
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, double yValue, double bubbleSize)
Parameter | Type | Description |
---|---|---|
xValue | String | Data point XValue |
yValue | Double | Data point YValue |
bubbleSize | Double | Data point BubbleSize |
Return Value
New data point.
See Also
- interface IChartDataPoint
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides