Show / Hide Table of Contents

Class ExcelChartDataLabelItem

Represents an individual datalabel

Inheritance
System.Object
XmlHelper
ExcelChartDataLabel
ExcelChartDataLabelItem
Inherited Members
ExcelChartDataLabel._chart
ExcelChartDataLabel.Position
ExcelChartDataLabel.ShowValue
ExcelChartDataLabel.ShowCategory
ExcelChartDataLabel.ShowSeriesName
ExcelChartDataLabel.ShowPercent
ExcelChartDataLabel.ShowLeaderLines
ExcelChartDataLabel.ShowBubbleSize
ExcelChartDataLabel.ShowLegendKey
ExcelChartDataLabel.Separator
ExcelChartDataLabel.Fill
ExcelChartDataLabel.Border
ExcelChartDataLabel.Effect
ExcelChartDataLabel.ThreeD
ExcelChartDataLabel.Font
ExcelChartDataLabel.TextBody
ExcelChartDataLabel.GetPosText(eLabelPosition)
ExcelChartDataLabel.GetPosEnum(String)
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 class ExcelChartDataLabelItem : ExcelChartDataLabel, IDrawingStyle, IDrawingStyleBase

Properties

Index

The index of an individual datalabel

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