Class ExcelChartExDataLabel
Datalabel on chart level.
Inheritance
System.Object
ExcelChartExDataLabel
Inherited Members
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
Separator
The separator between items in the datalabel
Declaration
public override string Separator { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
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
ShowCategory
Show category names in the datalabels
Declaration
public override bool ShowCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
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
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
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
ShowSeriesName
Show series names in the datalabels
Declaration
public override bool ShowSeriesName { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ShowValue
Show values in the datalabels
Declaration
public override bool ShowValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |