Show / Hide Table of Contents

Class ExcelPieChartSerie

A serie for a pie chart

Inheritance
System.Object
XmlHelper
ExcelChartSerie
ExcelChartStandardSerie
ExcelPieChartSerie
Implements
IDrawingSerieDataLabel
Inherited Members
ExcelChartStandardSerie.Header
ExcelChartStandardSerie.HeaderAddress
ExcelChartStandardSerie.Series
ExcelChartStandardSerie.XSeries
ExcelChartStandardSerie.TrendLines
ExcelChartStandardSerie.NumberOfItems
ExcelChartStandardSerie.CreateCache()
ExcelChartSerie.NumberLiteralsY
ExcelChartSerie.NumberLiteralsX
ExcelChartSerie.StringLiteralsX
ExcelChartSerie.Fill
ExcelChartSerie.Border
ExcelChartSerie.Effect
ExcelChartSerie.ThreeD
ExcelChartSerie.ToFullAddress(String)
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.CreateAlternateContentNode(String, 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 ExcelPieChartSerie : ExcelChartStandardSerie, IDrawingStyleBase, IDrawingSerieDataLabel, IDrawingChartDataPoints

Properties

DataLabel

DataLabels

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

Explosion

Explosion for Piecharts

Declaration
public int Explosion { get; set; }
Property Value
Type Description
System.Int32

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