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
Deleted
If the items has been deleted or is visible.
public bool Deleted { get; set; }
Property Value
Effect
Access to effects styling properties
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Fill
Access to fill styling properties.
public ExcelDrawingFill Fill { get; }
Property Value
Font
The Font properties
public ExcelTextFont Font { get; }
Property Value
Index
The index of the item
public int Index { get; }
Property Value
TextBody
Access to text body properties
public ExcelTextBody TextBody { get; }
Property Value
ThreeD
Access to 3D properties.
public ExcelDrawing3D ThreeD { get; }