Table of Contents

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

bool

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

int

DataLabel

Access to datalabel properties

public ExcelChartDataLabel DataLabel { get; }

Property Value

ExcelChartDataLabel

HasDataLabel

If the chart has datalabel

public bool HasDataLabel { get; }

Property Value

bool

Series

The series for a bubble charts

public ExcelBubbleChartSeries Series { get; }

Property Value

ExcelBubbleChartSeries

ShowNegativeBubbles

If negative sized bubbles will be shown on a bubble chart

public bool ShowNegativeBubbles { get; set; }

Property Value

bool

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; }

Property Value

eSizeRepresents