Class ExcelChartExDataLabel
- Namespace
- OfficeOpenXml.Drawing.Chart.ChartEx
- Assembly
- EPPlus.dll
Datalabel on chart level.
public class ExcelChartExDataLabel : ExcelChartDataLabel
- Inheritance
-
ExcelChartExDataLabel
- Derived
- Inherited Members
Properties
Position
The datalabel position
public override eLabelPosition Position { get; set; }
Property Value
Separator
The separator between items in the datalabel
public override string Separator { get; set; }
Property Value
ShowBubbleSize
This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.
public override bool ShowBubbleSize { get; set; }
Property Value
ShowCategory
Show category names in the datalabels
public override bool ShowCategory { get; set; }
Property Value
ShowLeaderLines
This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.
public override bool ShowLeaderLines { get; set; }
Property Value
ShowLegendKey
This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.
public override bool ShowLegendKey { get; set; }
Property Value
ShowPercent
This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.
public override bool ShowPercent { get; set; }
Property Value
ShowSeriesName
Show series names in the datalabels
public override bool ShowSeriesName { get; set; }
Property Value
ShowValue
Show values in the datalabels
public override bool ShowValue { get; set; }