Class ExcelChartLegend
Chart ledger
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing.Chart
Assembly: Experior.Core.dll
Syntax
public class ExcelChartLegend : XmlHelper
Properties
Border
Border style
Declaration
public ExcelDrawingBorder Border { get; }
Property Value
Type | Description |
---|---|
ExcelDrawingBorder |
Fill
Fill style
Declaration
public ExcelDrawingFill Fill { get; }
Property Value
Type | Description |
---|---|
ExcelDrawingFill |
Font
Font properties
Declaration
public ExcelTextFont Font { get; }
Property Value
Type | Description |
---|---|
ExcelTextFont |
Overlay
If the legend overlays other objects
Declaration
public bool Overlay { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Position
Position of the Legend
Declaration
public eLegendPosition Position { get; set; }
Property Value
Type | Description |
---|---|
eLegendPosition |
Methods
Add()
Add a legend to the chart
Declaration
public void Add()
Remove()
Remove the legend
Declaration
public void Remove()