Show / Hide Table of Contents

Class ExcelChartSerieDataLabel

Datalabel properties

Inheritance
System.Object
XmlHelper
ExcelChartDataLabel
ExcelChartDataLabelStandard
ExcelChartSerieDataLabel
Inherited Members
ExcelChartDataLabelStandard.Position
ExcelChartDataLabelStandard.ShowValue
ExcelChartDataLabelStandard.ShowCategory
ExcelChartDataLabelStandard.ShowSeriesName
ExcelChartDataLabelStandard.ShowPercent
ExcelChartDataLabelStandard.ShowLeaderLines
ExcelChartDataLabelStandard.ShowBubbleSize
ExcelChartDataLabelStandard.ShowLegendKey
ExcelChartDataLabelStandard.Separator
ExcelChartDataLabel.Format
ExcelChartDataLabel.SourceLinked
ExcelChartDataLabel.Fill
ExcelChartDataLabel.Border
ExcelChartDataLabel.Effect
ExcelChartDataLabel.ThreeD
ExcelChartDataLabel.Font
ExcelChartDataLabel.TextBody
ExcelChartDataLabel.GetPosText(eLabelPosition)
ExcelChartDataLabel.GetPosEnum(String)
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 ExcelChartSerieDataLabel : ExcelChartDataLabelStandard

Properties

DataLabels

Individually formatted datalabels.

Declaration
public ExcelChartDataLabelCollection DataLabels { get; }
Property Value
Type Description
ExcelChartDataLabelCollection
In This Article
Back to top Generated by DocFX