AddDataPointForBubbleSeries
AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, IChartDataCell)
Erstellt den neuen Datenpunkt und fügt ihn am Ende der Sammlung hinzu. Anwendbar für Serien, deren chartType eines der Bubble-Subtypen ist (siehe auch die Methode IsChartTypeBubble
).
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue,
IChartDataCell bubbleSize)
Parameter | Typ | Beschreibung |
---|---|---|
xValue | IChartDataCell | Datenpunkt XValue |
yValue | IChartDataCell | Datenpunkt YValue |
bubbleSize | IChartDataCell | Datenpunkt BubbleSize |
Rückgabewert
Neuer Datenpunkt.
Siehe auch
- Schnittstelle IChartDataPoint
- Schnittstelle IChartDataCell
- Klasse ChartDataPointCollection
- Namensraum Aspose.Slides.Charts
- Assembly Aspose.Slides
AddDataPointForBubbleSeries(double, IChartDataCell, IChartDataCell)
Erstellt den neuen Datenpunkt und fügt ihn am Ende der Sammlung hinzu. Anwendbar für Serien, deren chartType eines der Bubble-Subtypen ist (siehe auch die Methode IsChartTypeBubble
).
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, IChartDataCell yValue,
IChartDataCell bubbleSize)
Parameter | Typ | Beschreibung |
---|---|---|
xValue | Double | Datenpunkt XValue |
yValue | IChartDataCell | Datenpunkt YValue |
bubbleSize | IChartDataCell | Datenpunkt BubbleSize |
Rückgabewert
Neuer Datenpunkt.
Siehe auch
- Schnittstelle IChartDataPoint
- Schnittstelle IChartDataCell
- Klasse ChartDataPointCollection
- Namensraum Aspose.Slides.Charts
- Assembly Aspose.Slides
AddDataPointForBubbleSeries(string, IChartDataCell, IChartDataCell)
Erstellt den neuen Datenpunkt und fügt ihn am Ende der Sammlung hinzu. Anwendbar für Serien, deren chartType eines der Bubble-Subtypen ist (siehe auch die Methode IsChartTypeBubble
).
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, IChartDataCell yValue,
IChartDataCell bubbleSize)
Parameter | Typ | Beschreibung |
---|---|---|
xValue | String | Datenpunkt XValue |
yValue | IChartDataCell | Datenpunkt YValue |
bubbleSize | IChartDataCell | Datenpunkt BubbleSize |
Rückgabewert
Neuer Datenpunkt.
Siehe auch
- Schnittstelle IChartDataPoint
- Schnittstelle IChartDataCell
- Klasse ChartDataPointCollection
- Namensraum Aspose.Slides.Charts
- Assembly Aspose.Slides
AddDataPointForBubbleSeries(IChartDataCell, double, IChartDataCell)
Erstellt den neuen Datenpunkt und fügt ihn am Ende der Sammlung hinzu. Anwendbar für Serien, deren chartType eines der Bubble-Subtypen ist (siehe auch die Methode IsChartTypeBubble
).
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, double yValue,
IChartDataCell bubbleSize)
Parameter | Typ | Beschreibung |
---|---|---|
xValue | IChartDataCell | Datenpunkt XValue |
yValue | Double | Datenpunkt YValue |
bubbleSize | IChartDataCell | Datenpunkt BubbleSize |
Rückgabewert
Neuer Datenpunkt.
Siehe auch
- Schnittstelle IChartDataPoint
- Schnittstelle IChartDataCell
- Klasse ChartDataPointCollection
- Namensraum Aspose.Slides.Charts
- Assembly Aspose.Slides
AddDataPointForBubbleSeries(double, double, IChartDataCell)
Erstellt den neuen Datenpunkt und fügt ihn am Ende der Sammlung hinzu. Anwendbar für Serien, deren chartType eines der Bubble-Subtypen ist (siehe auch die Methode IsChartTypeBubble
).
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, double yValue,
IChartDataCell bubbleSize)
Parameter | Typ | Beschreibung |
---|---|---|
xValue | Double | Datenpunkt XValue |
yValue | Double | Datenpunkt YValue |
bubbleSize | IChartDataCell | Datenpunkt BubbleSize |
Rückgabewert
Neuer Datenpunkt.
Siehe auch
- Schnittstelle IChartDataPoint
- Schnittstelle IChartDataCell
- Klasse ChartDataPointCollection
- Namensraum Aspose.Slides.Charts
- Assembly Aspose.Slides
AddDataPointForBubbleSeries(string, double, IChartDataCell)
Erstellt den neuen Datenpunkt und fügt ihn am Ende der Sammlung hinzu. Anwendbar für Serien, deren chartType eines der Bubble-Subtypen ist (siehe auch die Methode IsChartTypeBubble
).
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, double yValue,
IChartDataCell bubbleSize)
Parameter | Typ | Beschreibung |
---|---|---|
xValue | String | Datenpunkt XValue |
yValue | Double | Datenpunkt YValue |
bubbleSize | IChartDataCell | Datenpunkt BubbleSize |
Rückgabewert
Neuer Datenpunkt.
Siehe auch
- Schnittstelle IChartDataPoint
- Schnittstelle IChartDataCell
- Klasse ChartDataPointCollection
- Namensraum Aspose.Slides.Charts
- Assembly Aspose.Slides
AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, double)
Erstellt den neuen Datenpunkt und fügt ihn am Ende der Sammlung hinzu. Anwendbar für Serien, deren chartType eines der Bubble-Subtypen ist (siehe auch die Methode IsChartTypeBubble
).
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue,
double bubbleSize)
Parameter | Typ | Beschreibung |
---|---|---|
xValue | IChartDataCell | Datenpunkt XValue |
yValue | IChartDataCell | Datenpunkt YValue |
bubbleSize | Double | Datenpunkt BubbleSize |
Rückgabewert
Neuer Datenpunkt.
Siehe auch
- Schnittstelle IChartDataPoint
- Schnittstelle IChartDataCell
- Klasse ChartDataPointCollection
- Namensraum Aspose.Slides.Charts
- Assembly Aspose.Slides
AddDataPointForBubbleSeries(double, IChartDataCell, double)
Erstellt den neuen Datenpunkt und fügt ihn am Ende der Sammlung hinzu. Anwendbar für Serien, deren chartType eines der Bubble-Subtypen ist (siehe auch die Methode IsChartTypeBubble
).
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, IChartDataCell yValue,
double bubbleSize)
Parameter | Typ | Beschreibung |
---|---|---|
xValue | Double | Datenpunkt XValue |
yValue | IChartDataCell | Datenpunkt YValue |
bubbleSize | Double | Datenpunkt BubbleSize |
Rückgabewert
Neuer Datenpunkt.
Siehe auch
- Schnittstelle IChartDataPoint
- Schnittstelle IChartDataCell
- Klasse ChartDataPointCollection
- Namensraum Aspose.Slides.Charts
- Assembly Aspose.Slides
AddDataPointForBubbleSeries(string, IChartDataCell, double)
Erstellt den neuen Datenpunkt und fügt ihn am Ende der Sammlung hinzu. Anwendbar für Serien, deren chartType eines der Bubble-Subtypen ist (siehe auch die Methode IsChartTypeBubble
).
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, IChartDataCell yValue,
double bubbleSize)
Parameter | Typ | Beschreibung |
---|---|---|
xValue | String | Datenpunkt XValue |
yValue | IChartDataCell | Datenpunkt YValue |
bubbleSize | Double | Datenpunkt BubbleSize |
Rückgabewert
Neuer Datenpunkt.
Siehe auch
- Schnittstelle IChartDataPoint
- Schnittstelle IChartDataCell
- Klasse ChartDataPointCollection
- Namensraum Aspose.Slides.Charts
- Assembly Aspose.Slides
AddDataPointForBubbleSeries(IChartDataCell, double, double)
Erstellt den neuen Datenpunkt und fügt ihn am Ende der Sammlung hinzu. Anwendbar für Serien, deren chartType eines der Bubble-Subtypen ist (siehe auch die Methode IsChartTypeBubble
).
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, double yValue,
double bubbleSize)
Parameter | Typ | Beschreibung |
---|---|---|
xValue | IChartDataCell | Datenpunkt XValue |
yValue | Double | Datenpunkt YValue |
bubbleSize | Double | Datenpunkt BubbleSize |
Rückgabewert
Neuer Datenpunkt.
Siehe auch
- Schnittstelle IChartDataPoint
- Schnittstelle IChartDataCell
- Klasse ChartDataPointCollection
- Namensraum Aspose.Slides.Charts
- Assembly Aspose.Slides
AddDataPointForBubbleSeries(double, double, double)
Erstellt den neuen Datenpunkt und fügt ihn am Ende der Sammlung hinzu. Anwendbar für Serien, deren chartType eines der Bubble-Subtypen ist (siehe auch die Methode IsChartTypeBubble
).
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, double yValue, double bubbleSize)
Parameter | Typ | Beschreibung |
---|---|---|
xValue | Double | Datenpunkt XValue |
yValue | Double | Datenpunkt YValue |
bubbleSize | Double | Datenpunkt BubbleSize |
Rückgabewert
Neuer Datenpunkt.
Siehe auch
- Schnittstelle IChartDataPoint
- Klasse ChartDataPointCollection
- Namensraum Aspose.Slides.Charts
- Assembly Aspose.Slides
AddDataPointForBubbleSeries(string, double, double)
Erstellt den neuen Datenpunkt und fügt ihn am Ende der Sammlung hinzu. Anwendbar für Serien, deren chartType eines der Bubble-Subtypen ist (siehe auch die Methode IsChartTypeBubble
).
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, double yValue, double bubbleSize)
Parameter | Typ | Beschreibung |
---|---|---|
xValue | String | Datenpunkt XValue |
yValue | Double | Datenpunkt YValue |
bubbleSize | Double | Datenpunkt BubbleSize |
Rückgabewert
Neuer Datenpunkt.
Siehe auch
- Schnittstelle IChartDataPoint
- Klasse ChartDataPointCollection
- Namensraum Aspose.Slides.Charts
- Assembly Aspose.Slides