Table of Contents

Class ExcelChartExLegend

Namespace
OfficeOpenXml.Drawing.Chart.ChartEx
Assembly
EPPlus.dll

A legend for an Extended chart

public class ExcelChartExLegend : ExcelChartLegend
Inheritance
ExcelChartExLegend
Inherited Members

Properties

Position

The position of the Legend.

public override eLegendPosition Position { get; set; }

Property Value

eLegendPosition

Remarks

Setting the Position to TopRight will set the Position to Right and the PositionAlignment to Min

PositionAlignment

The side position alignment of the legend

public ePositionAlign PositionAlignment { get; set; }

Property Value

ePositionAlign

Methods

Add()

Adds a legend to the chart

public override void Add()