Class ExcelChartDataLabelStandard
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
Settings for a charts data lables
public class ExcelChartDataLabelStandard : ExcelChartDataLabel
- Inheritance
-
ExcelChartDataLabelStandard
- Derived
- Inherited Members
Properties
Position
Position of the labels Note: Only Center, InEnd and InBase are allowed for dataLabels on stacked columns
public override eLabelPosition Position { get; set; }
Property Value
Separator
Separator string
public override string Separator { get; set; }
Property Value
ShowBubbleSize
Show Bubble Size
public override bool ShowBubbleSize { get; set; }
Property Value
ShowCategory
Show category names
public override bool ShowCategory { get; set; }
Property Value
ShowLeaderLines
Show the leader lines
public override bool ShowLeaderLines { get; set; }
Property Value
ShowLegendKey
Show the Lengend Key
public override bool ShowLegendKey { get; set; }
Property Value
ShowPercent
Show percent values
public override bool ShowPercent { get; set; }
Property Value
ShowSeriesName
Show series names
public override bool ShowSeriesName { get; set; }
Property Value
ShowValue
Show the values
public override bool ShowValue { get; set; }