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, IDrawingStyle, IDrawingStyleBase

Fields

_chart

Declaration
protected ExcelChartStandard _chart
Field Value
Type Description
ExcelChartStandard

Properties

Border

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

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

Fill

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

Declaration
public ExcelDrawing3D ThreeD { get; }
Property Value
Type Description
ExcelDrawing3D

Methods

CreatespPr()

Declaration
public void CreatespPr()

InitChartXml()

Declaration
public void InitChartXml()
In This Article
Back to top Generated by DocFX