Show / Hide Table of Contents

Class ExcelAreaChartSerie

A serie for an Area Chart

Inheritance
System.Object
XmlHelper
ExcelChartSerie
ExcelChartSerieWithErrorBars
ExcelAreaChartSerie
Implements
IDrawingSerieDataLabel
Inherited Members
ExcelChartSerieWithErrorBars.ErrorBars
ExcelChartSerieWithErrorBars.AddErrorBars(eErrorBarType, eErrorValueType)
ExcelChartSerieWithErrorBars.HasErrorBars()
ExcelChartSerie.Header
ExcelChartSerie.HeaderAddress
ExcelChartSerie.Series
ExcelChartSerie.XSeries
ExcelChartSerie.NumberLiteralsY
ExcelChartSerie.NumberLiteralsX
ExcelChartSerie.StringLiteralsX
ExcelChartSerie.TrendLines
ExcelChartSerie.Fill
ExcelChartSerie.Border
ExcelChartSerie.Effect
ExcelChartSerie.ThreeD
ExcelChartSerie.NumberOfItems
ExcelChartSerie.CreateCache()
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.GetBoolFromString(String)
XmlHelper.CreatespPrNode(String, Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public sealed class ExcelAreaChartSerie : ExcelChartSerieWithErrorBars, IDrawingStyleBase, IDrawingChartErrorBars, IDrawingSerieDataLabel, IDrawingChartDataPoints

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
System.Boolean

Implements

IDrawingSerieDataLabel
Back to top Generated by DocFX