Class ExcelBubbleChartSeries
Represents a collection of bubble chart series
Implements
System.Collections.Generic.IEnumerable<ExcelBubbleChartSerie>
System.Collections.IEnumerable
Inherited Members
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