Class ExcelBubbleChart
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
Represents a Bar Chart
public sealed class ExcelBubbleChart : ExcelChartStandard, IDisposable, IDrawingDataLabel
- Inheritance
-
ExcelBubbleChart
- Implements
- Inherited Members
Properties
Bubble3D
If the bubblechart is three dimensional
public bool Bubble3D { get; set; }
Property Value
BubbleScale
Specifies the scale factor of the bubble chart. Can range from 0 to 300, corresponding to a percentage of the default size,
public int BubbleScale { get; set; }
Property Value
DataLabel
Access to datalabel properties
public ExcelChartDataLabel DataLabel { get; }
Property Value
HasDataLabel
If the chart has datalabel
public bool HasDataLabel { get; }
Property Value
Series
The series for a bubble charts
public ExcelBubbleChartSeries Series { get; }
Property Value
ShowNegativeBubbles
If negative sized bubbles will be shown on a bubble chart
public bool ShowNegativeBubbles { get; set; }
Property Value
SizeRepresents
The scale factor for the bubble chart. Can range from 0 to 300, corresponding to a percentage of the default size,
public eSizeRepresents SizeRepresents { get; set; }