Show / Hide Table of Contents

Class ExcelChartExDataLabelItem

An individual datalabel item

Inheritance
System.Object
XmlHelper
ExcelChartDataLabel
ExcelChartExDataLabel
ExcelChartExDataLabelItem
Inherited Members
ExcelChartExDataLabel.Position
ExcelChartExDataLabel.ShowValue
ExcelChartExDataLabel.ShowCategory
ExcelChartExDataLabel.ShowSeriesName
ExcelChartExDataLabel.ShowPercent
ExcelChartExDataLabel.ShowLeaderLines
ExcelChartExDataLabel.ShowBubbleSize
ExcelChartExDataLabel.ShowLegendKey
ExcelChartExDataLabel.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.ChartEx
Assembly: EPPlus.dll
Syntax
public class ExcelChartExDataLabelItem : ExcelChartExDataLabel

Properties

Index

The index of the datapoint the label is attached to

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