Class ExcelBubbleChartSeries
Represents a collection of bubble chart series
Inherited Members
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public sealed class ExcelBubbleChartSeries : ExcelChartSeries<ExcelBubbleChartSerie>, IEnumerable<ExcelBubbleChartSerie>, IEnumerable
Methods
Add(ExcelRangeBase, ExcelRangeBase, ExcelRangeBase)
Adds a new serie to a bubble chart
Declaration
public ExcelChartSerie Add(ExcelRangeBase Serie, ExcelRangeBase XSerie, ExcelRangeBase BubbleSize)
Parameters
| Type | Name | Description |
|---|---|---|
| ExcelRangeBase | Serie | The Y-Axis range |
| ExcelRangeBase | XSerie | The X-Axis range |
| ExcelRangeBase | BubbleSize | The size of the bubbles range. If set to null, a size of 1 is used |
Returns
| Type | Description |
|---|---|
| ExcelChartSerie |
Add(string, string, string)
Declaration
public ExcelChartSerie Add(string SerieAddress, string XSerieAddress, string BubbleSizeAddress)
Parameters
| Type | Name | Description |
|---|---|---|
| string | SerieAddress | The Y-Axis range |
| string | XSerieAddress | The X-Axis range |
| string | BubbleSizeAddress | The size of the bubbles range. If set to null or String.Empty, a size of 1 is used |
Returns
| Type | Description |
|---|---|
| ExcelChartSerie |