Show / Hide Table of Contents

Class ExcelBubbleChartSeries

Represents a collection of bubble chart series

Inheritance
object
ExcelChartSeries<ExcelBubbleChartSerie>
ExcelBubbleChartSeries
Implements
IEnumerable<ExcelBubbleChartSerie>
IEnumerable
Inherited Members
ExcelChartSeries<ExcelBubbleChartSerie>.this[int]
ExcelChartSeries<ExcelBubbleChartSerie>.Count
ExcelChartSeries<ExcelBubbleChartSerie>.Delete(int)
ExcelChartSeries<ExcelBubbleChartSerie>.Chart
ExcelChartSeries<ExcelBubbleChartSerie>.Add(ExcelRangeBase)
ExcelChartSeries<ExcelBubbleChartSerie>.Add(string)
ExcelChartSeries<ExcelBubbleChartSerie>.Add(ExcelRangeBase, ExcelRangeBase)
ExcelChartSeries<ExcelBubbleChartSerie>.Add(string, string)
ExcelChartSeries<ExcelBubbleChartSerie>.GetEnumerator()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IEnumerable<T>
IEnumerable
In this article
Back to top Generated by DocFX