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