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
DataLabel
Datalabel
public ExcelChartSerieDataLabel DataLabel { get; }
Property Value
DataPoints
A collection of the individual datapoints
public ExcelChartDataPointCollection DataPoints { get; }
Property Value
HasDataLabel
If the chart has datalabel
public bool HasDataLabel { get; }
Property Value
Series
The dataseries for the Bubble Chart
public override string Series { get; set; }