Show / Hide Table of Contents

Class ExcelChartDataLabelItem

Represents an individual datalabel

Inheritance
System.Object
XmlHelper
ExcelChartDataLabel
ExcelChartDataLabelStandard
ExcelChartDataLabelItem
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 class ExcelChartDataLabelItem : ExcelChartDataLabelStandard

Properties

Index

The index of an individual datalabel

Declaration
public int Index { get; set; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX