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>.Item[Int32]
ExcelChartSeries<ExcelBubbleChartSerie>.Count
ExcelChartSeries<ExcelBubbleChartSerie>.Delete(Int32)
ExcelChartSeries<ExcelBubbleChartSerie>.Chart
ExcelChartSeries<ExcelBubbleChartSerie>.Add(ExcelRangeBase)
ExcelChartSeries<ExcelBubbleChartSerie>.Add(String)
ExcelChartSeries<ExcelBubbleChartSerie>.Add(ExcelRangeBase, ExcelRangeBase)
ExcelChartSeries<ExcelBubbleChartSerie>.Add(String, String)
ExcelChartSeries<ExcelBubbleChartSerie>.AddSeries(String, String, String)
ExcelChartSeries<ExcelBubbleChartSerie>.GetEnumerator()
ExcelChartSeries<ExcelBubbleChartSerie>.IEnumerable<ExcelBubbleChartSerie>.GetEnumerator()
ExcelChartSeries<ExcelBubbleChartSerie>.IEnumerable.GetEnumerator()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
In this article
Back to top Generated by DocFX