Show / Hide Table of Contents

Class ExcelChartExDataLabel

Datalabel on chart level.

Inheritance
System.Object
XmlHelper
ExcelChartDataLabel
ExcelChartExDataLabel
ExcelChartExDataLabelCollection
ExcelChartExDataLabelItem
ExcelChartExSerieDataLabel
Inherited Members
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 ExcelChartExDataLabel : ExcelChartDataLabel

Properties

Position

The datalabel position

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

Separator

The separator between items in the datalabel

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

ShowBubbleSize

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

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

ShowCategory

Show category names in the datalabels

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

ShowLeaderLines

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

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

ShowLegendKey

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

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

ShowPercent

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

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

ShowSeriesName

Show series names in the datalabels

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

ShowValue

Show values in the datalabels

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