Class ExcelAreaChartSerie
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
A series for an Area Chart
public sealed class ExcelAreaChartSerie : ExcelChartSerieWithHorizontalErrorBars, IDrawingSerieDataLabel
- Inheritance
-
ExcelAreaChartSerie
- 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; }