Class ExcelChartDataLabelStandard
Inheritance
System.Object
ExcelChartDataLabelStandard
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
Assembly: EPPlus.dll
Syntax
public class ExcelChartDataLabelStandard : ExcelChartDataLabel, IDrawingStyle, IDrawingStyleBase
Properties
Position
Position of the labels
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 |
---|---|
System.String |
Overrides
ShowBubbleSize
Show Bubble Size
Declaration
public override bool ShowBubbleSize { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ShowCategory
Show category names
Declaration
public override bool ShowCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ShowLeaderLines
Show the leader lines
Declaration
public override bool ShowLeaderLines { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ShowLegendKey
Show the Lengend Key
Declaration
public override bool ShowLegendKey { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ShowPercent
Show percent values
Declaration
public override bool ShowPercent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ShowSeriesName
Show series names
Declaration
public override bool ShowSeriesName { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ShowValue
Show the values
Declaration
public override bool ShowValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |