Show / Hide Table of Contents

Class ExcelChartLegendEntry

An individual serie item within the chart legend

Inheritance
System.Object
XmlHelper
ExcelChartLegendEntry
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 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
System.Boolean

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
System.Int32

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