Class ExcelBarChartSerie
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
A serie for a Bar Chart
public sealed class ExcelBarChartSerie : ExcelChartSerieWithErrorBars, IDrawingSerieDataLabel
- Inheritance
-
ExcelBarChartSerie
- Implements
- Inherited Members
Properties
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; }