Class ExcelAreaChart
Represents an Area Chart
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public sealed class ExcelAreaChart : ExcelChartStandard, IDisposable, IDrawingDataLabel
Properties
DataLabel
Access to datalabel properties
Declaration
public ExcelChartDataLabel DataLabel { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChartDataLabel |
HasDataLabel
If the chart has datalabel
Declaration
public bool HasDataLabel { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Series
The series for the Area Chart
Declaration
public ExcelChartSeries<ExcelAreaChartSerie> Series { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChartSeries<ExcelAreaChartSerie> |
Implements
System.IDisposable