Show / Hide Table of Contents

Class ExcelAreaChartSerie

A series for an Area Chart

Inheritance
Object
XmlHelper
ExcelChartSerie
ExcelChartStandardSerie
ExcelChartSerieWithErrorBars
ExcelChartSerieWithHorizontalErrorBars
ExcelAreaChartSerie
Implements
IDrawingSerieDataLabel
Inherited Members
ExcelChartSerieWithHorizontalErrorBars.ErrorBarsX
ExcelChartSerieWithHorizontalErrorBars.AddErrorBars(eErrorBarType, eErrorValueType)
ExcelChartSerieWithHorizontalErrorBars.AddErrorBars(eErrorBarType, eErrorValueType, Nullable<eErrorBarDirection>)
ExcelChartSerieWithErrorBars.ErrorBars
ExcelChartSerieWithErrorBars.HasErrorBars()
ExcelChartStandardSerie.NumberLiteralsY
ExcelChartStandardSerie.NumberLiteralsX
ExcelChartStandardSerie.StringLiteralsY
ExcelChartStandardSerie.StringLiteralsX
ExcelChartStandardSerie.Header
ExcelChartStandardSerie.HeaderAddress
ExcelChartStandardSerie.Series
ExcelChartStandardSerie.XSeries
ExcelChartStandardSerie.TrendLines
ExcelChartStandardSerie.NumberOfItems
ExcelChartStandardSerie.CreateCache()
ExcelChartSerie.Fill
ExcelChartSerie.Border
ExcelChartSerie.Effect
ExcelChartSerie.ThreeD
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 ExcelAreaChartSerie : ExcelChartSerieWithHorizontalErrorBars, IDrawingSerieDataLabel

Properties

DataLabel

Datalabel

Declaration
public ExcelChartSerieDataLabel DataLabel { get; }
Property Value
Type Description
ExcelChartSerieDataLabel

DataPoints

A collection of the individual datapoints

Declaration
public ExcelChartDataPointCollection DataPoints { get; }
Property Value
Type Description
ExcelChartDataPointCollection

HasDataLabel

If the chart has datalabel

Declaration
public bool HasDataLabel { get; }
Property Value
Type Description
Boolean

Implements

IDrawingSerieDataLabel
In this article
Back to top Generated by DocFX