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