Table of Contents

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

ExcelChartDataLabel

HasDataLabel

If the chart has datalabel

public bool HasDataLabel { get; }

Property Value

bool

Series

The series for the Area Chart

public ExcelChartSeries<ExcelAreaChartSerie> Series { get; }

Property Value

ExcelChartSeries<ExcelAreaChartSerie>