Class ExcelBubbleChart
Represents a Bar Chart
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 ExcelBubbleChart : ExcelChartStandard, IDisposable, IDrawingDataLabel
  Properties
Bubble3D
If the bubblechart is three dimensional
Declaration
public bool Bubble3D { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
BubbleScale
Specifies the scale factor of the bubble chart. Can range from 0 to 300, corresponding to a percentage of the default size,
Declaration
public int BubbleScale { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
DataLabel
Access to datalabel properties
Declaration
public ExcelChartDataLabel DataLabel { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartDataLabel | 
HasDataLabel
If the chart has datalabel
Declaration
public bool HasDataLabel { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Series
The series for a bubble charts
Declaration
public ExcelBubbleChartSeries Series { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelBubbleChartSeries | 
ShowNegativeBubbles
If negative sized bubbles will be shown on a bubble chart
Declaration
public bool ShowNegativeBubbles { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
SizeRepresents
The scale factor for the bubble chart. Can range from 0 to 300, corresponding to a percentage of the default size,
Declaration
public eSizeRepresents SizeRepresents { get; set; }
  Property Value
| Type | Description | 
|---|---|
| eSizeRepresents | 
Implements
      System.IDisposable