Table of Contents

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

ExcelChartSerieDataLabel

DataPoints

A collection of the individual datapoints

public ExcelChartDataPointCollection DataPoints { get; }

Property Value

ExcelChartDataPointCollection

HasDataLabel

If the chart has datalabel

public bool HasDataLabel { get; }

Property Value

bool