Table of Contents

Class ExcelChartLegendEntry

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
EPPlus.dll

An individual serie item within the chart legend

public class ExcelChartLegendEntry : XmlHelper
Inheritance
ExcelChartLegendEntry
Inherited Members

Properties

Border

Access to border properties

public ExcelDrawingBorder Border { get; }

Property Value

ExcelDrawingBorder

Deleted

If the items has been deleted or is visible.

public bool Deleted { get; set; }

Property Value

bool

Effect

Access to effects styling properties

public ExcelDrawingEffectStyle Effect { get; }

Property Value

ExcelDrawingEffectStyle

Fill

Access to fill styling properties.

public ExcelDrawingFill Fill { get; }

Property Value

ExcelDrawingFill

Font

The Font properties

public ExcelTextFont Font { get; }

Property Value

ExcelTextFont

Index

The index of the item

public int Index { get; }

Property Value

int

TextBody

Access to text body properties

public ExcelTextBody TextBody { get; }

Property Value

ExcelTextBody

ThreeD

Access to 3D properties.

public ExcelDrawing3D ThreeD { get; }

Property Value

ExcelDrawing3D