Class ExcelBubbleChartSerie
A serie for a bubble chart
Inheritance
System.Object
ExcelBubbleChartSerie
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|
System.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 |
---|---|
System.Boolean |
Series
The dataseries for the Bubble Chart
Declaration
public override string Series { get; set; }
Property Value
Type | Description |
---|---|
System.String |