add_bubbles method
add_bubbles(series_name, x_values, y_values, bubble_sizes)
Adds new ChartSeries to this collection. Use this method to add series to any type of Bubble charts.
def add_bubbles(self, series_name: str, x_values: List[float], y_values: List[float], bubble_sizes: List[float]):
...
| Parameter | Type | Description |
|---|---|---|
| series_name | str | |
| x_values | List[float] | |
| y_values | List[float] | |
| bubble_sizes | List[float] |
Returns
Recently added ChartSeries object.
See Also
- module aspose.words.drawing.charts
- class ChartSeriesCollection