Table of Contents

Class ExcelBubbleChartSeries

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
Magicodes.EPPlus.dll
public sealed class ExcelBubbleChartSeries : ExcelChartSeries, IEnumerable
Inheritance
ExcelBubbleChartSeries
Implements
Inherited Members
Extension Methods

Methods

Add(ExcelRangeBase, ExcelRangeBase, ExcelRangeBase)

public ExcelChartSerie Add(ExcelRangeBase Serie, ExcelRangeBase XSerie, ExcelRangeBase BubbleSize)

Parameters

Serie ExcelRangeBase
XSerie ExcelRangeBase
BubbleSize ExcelRangeBase

Returns

ExcelChartSerie

Add(string, string, string)

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

Parameters

SerieAddress string
XSerieAddress string
BubbleSizeAddress string

Returns

ExcelChartSerie