Show / Hide Table of Contents

Class ExcelBubbleChartSeries

Represents a collection of bubble chart series

Inheritance
System.Object
ExcelChartSeries<ExcelBubbleChartSerie>
ExcelBubbleChartSeries
Implements
System.Collections.Generic.IEnumerable<ExcelBubbleChartSerie>
System.Collections.IEnumerable
Inherited Members
ExcelChartSeries<ExcelBubbleChartSerie>.Item[Int32]
ExcelChartSeries<ExcelBubbleChartSerie>.Count
ExcelChartSeries<ExcelBubbleChartSerie>.Delete(Int32)
ExcelChartSeries<ExcelBubbleChartSerie>.Chart
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()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String SerieAddress

The Y-Axis range

System.String XSerieAddress

The X-Axis range

System.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
Back to top Generated by DocFX