Show / Hide Table of Contents

Class ExcelChartLegendEntry

An individual serie item within the chart legend

Inheritance
object
XmlHelper
ExcelChartLegendEntry
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public class ExcelChartLegendEntry : XmlHelper

Properties

Border

Access to border properties

Declaration
public ExcelDrawingBorder Border { get; }
Property Value
Type Description
ExcelDrawingBorder

Deleted

If the items has been deleted or is visible.

Declaration
public bool Deleted { get; set; }
Property Value
Type Description
bool

Effect

Access to effects styling properties

Declaration
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Type Description
ExcelDrawingEffectStyle

Fill

Access to fill styling properties.

Declaration
public ExcelDrawingFill Fill { get; }
Property Value
Type Description
ExcelDrawingFill

Font

The Font properties

Declaration
public ExcelTextFont Font { get; }
Property Value
Type Description
ExcelTextFont

Index

The index of the item

Declaration
public int Index { get; }
Property Value
Type Description
int

TextBody

Access to text body properties

Declaration
public ExcelTextBody TextBody { get; }
Property Value
Type Description
ExcelTextBody

ThreeD

Access to 3D properties.

Declaration
public ExcelDrawing3D ThreeD { get; }
Property Value
Type Description
ExcelDrawing3D
In this article
Back to top Generated by DocFX