Table of Contents

Class ExcelBubbleChartSerie

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
EPPlus.dll

A serie for a bubble chart

public sealed class ExcelBubbleChartSerie : ExcelChartSerieWithHorizontalErrorBars, IDrawingSerieDataLabel
Inheritance
ExcelBubbleChartSerie
Implements
Inherited Members

Properties

BubbleSize

The size of the bubbles

public string BubbleSize { get; set; }

Property Value

string

DataLabel

Datalabel

public ExcelChartSerieDataLabel DataLabel { get; }

Property Value

ExcelChartSerieDataLabel

DataPoints

A collection of the individual datapoints

public ExcelChartDataPointCollection DataPoints { get; }

Property Value

ExcelChartDataPointCollection

HasDataLabel

If the chart has datalabel

public bool HasDataLabel { get; }

Property Value

bool

Series

The dataseries for the Bubble Chart

public override string Series { get; set; }

Property Value

string