Show / Hide Table of Contents

Class ExcelBubbleChartSerie

A serie for a bubble chart

Inheritance
object
XmlHelper
ExcelChartSerie
ExcelChartStandardSerie
ExcelChartSerieWithErrorBars
ExcelChartSerieWithHorizontalErrorBars
ExcelBubbleChartSerie
Implements
IDrawingSerieDataLabel
Inherited Members
ExcelChartSerieWithHorizontalErrorBars.ErrorBarsX
ExcelChartSerieWithHorizontalErrorBars.AddErrorBars(eErrorBarType, eErrorValueType)
ExcelChartSerieWithHorizontalErrorBars.AddErrorBars(eErrorBarType, eErrorValueType, eErrorBarDirection?)
ExcelChartSerieWithErrorBars.ErrorBars
ExcelChartSerieWithErrorBars.HasErrorBars()
ExcelChartStandardSerie.NumberLiteralsY
ExcelChartStandardSerie.NumberLiteralsX
ExcelChartStandardSerie.StringLiteralsY
ExcelChartStandardSerie.StringLiteralsX
ExcelChartStandardSerie.Header
ExcelChartStandardSerie.HeaderAddress
ExcelChartStandardSerie.XSeries
ExcelChartStandardSerie.TrendLines
ExcelChartStandardSerie.NumberOfItems
ExcelChartStandardSerie.CreateCache()
ExcelChartSerie.Fill
ExcelChartSerie.Border
ExcelChartSerie.Effect
ExcelChartSerie.ThreeD
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public sealed class ExcelBubbleChartSerie : ExcelChartSerieWithHorizontalErrorBars, IDrawingSerieDataLabel

Properties

BubbleSize

The size of the bubbles

Declaration
public string BubbleSize { get; set; }
Property Value
Type Description
string

DataLabel

Datalabel

Declaration
public ExcelChartSerieDataLabel DataLabel { get; }
Property Value
Type Description
ExcelChartSerieDataLabel

DataPoints

A collection of the individual datapoints

Declaration
public ExcelChartDataPointCollection DataPoints { get; }
Property Value
Type Description
ExcelChartDataPointCollection

HasDataLabel

If the chart has datalabel

Declaration
public bool HasDataLabel { get; }
Property Value
Type Description
bool

Series

The dataseries for the Bubble Chart

Declaration
public override string Series { get; set; }
Property Value
Type Description
string
Overrides
ExcelChartStandardSerie.Series

Implements

IDrawingSerieDataLabel
In this article
Back to top Generated by DocFX