Show / Hide Table of Contents

Class ExcelChartDataLabelStandard

Inheritance
System.Object
XmlHelper
ExcelChartDataLabel
ExcelChartDataLabelStandard
ExcelChartDataLabelItem
ExcelChartSerieDataLabel
Inherited Members
ExcelChartDataLabel._chart
ExcelChartDataLabel._nodeName
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 ExcelChartDataLabelStandard : ExcelChartDataLabel, IDrawingStyle, IDrawingStyleBase

Properties

Position

Position of the labels

Declaration
public override eLabelPosition Position { get; set; }
Property Value
Type Description
eLabelPosition
Overrides
ExcelChartDataLabel.Position

Separator

Separator string

Declaration
public override string Separator { get; set; }
Property Value
Type Description
System.String
Overrides
ExcelChartDataLabel.Separator

ShowBubbleSize

Show Bubble Size

Declaration
public override bool ShowBubbleSize { get; set; }
Property Value
Type Description
System.Boolean
Overrides
ExcelChartDataLabel.ShowBubbleSize

ShowCategory

Show category names

Declaration
public override bool ShowCategory { get; set; }
Property Value
Type Description
System.Boolean
Overrides
ExcelChartDataLabel.ShowCategory

ShowLeaderLines

Show the leader lines

Declaration
public override bool ShowLeaderLines { get; set; }
Property Value
Type Description
System.Boolean
Overrides
ExcelChartDataLabel.ShowLeaderLines

ShowLegendKey

Show the Lengend Key

Declaration
public override bool ShowLegendKey { get; set; }
Property Value
Type Description
System.Boolean
Overrides
ExcelChartDataLabel.ShowLegendKey

ShowPercent

Show percent values

Declaration
public override bool ShowPercent { get; set; }
Property Value
Type Description
System.Boolean
Overrides
ExcelChartDataLabel.ShowPercent

ShowSeriesName

Show series names

Declaration
public override bool ShowSeriesName { get; set; }
Property Value
Type Description
System.Boolean
Overrides
ExcelChartDataLabel.ShowSeriesName

ShowValue

Show the values

Declaration
public override bool ShowValue { get; set; }
Property Value
Type Description
System.Boolean
Overrides
ExcelChartDataLabel.ShowValue
Back to top Generated by DocFX