Table of Contents

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 ExcelRangeBase

The Y-Axis range

XSerie ExcelRangeBase

The X-Axis range

BubbleSize ExcelRangeBase

The size of the bubbles range. If set to null, a size of 1 is used

Returns

ExcelChartSerie

Add(string, string, string)

public ExcelChartSerie Add(string SerieAddress, string XSerieAddress, string BubbleSizeAddress)

Parameters

SerieAddress string

The Y-Axis range

XSerieAddress string

The X-Axis range

BubbleSizeAddress string

The size of the bubbles range. If set to null or String.Empty, a size of 1 is used

Returns

ExcelChartSerie