Class ExcelAreaChart
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
Represents an Area Chart
public sealed class ExcelAreaChart : ExcelChartStandard, IDisposable, IDrawingDataLabel
- Inheritance
-
ExcelAreaChart
- Implements
- Inherited Members
Properties
DataLabel
Access to datalabel properties
public ExcelChartDataLabel DataLabel { get; }
Property Value
HasDataLabel
If the chart has datalabel
public bool HasDataLabel { get; }
Property Value
Series
The series for the Area Chart
public ExcelChartSeries<ExcelAreaChartSerie> Series { get; }