Represents a legend entry in a chart legend.
Constructors
Section titled "Constructors"LegendEntry
new LegendEntry(a: IChartObject): LegendEntry Returns LegendEntry
Properties
Section titled "Properties"$t: Type fontFill
Section titled "fontFill"fontFill: ChartFillBase isDeleted
Section titled "isDeleted"isDeleted: boolean Accessors
Section titled "Accessors"chart
Section titled "chart"Inherited from: ChartObject
Returns or sets the font for this legend entry. Read-only.
get font(): IWorkbookFont Returns IWorkbookFont
owner
Section titled "owner"Inherited from: ChartObject
returns this object's owner. (read-only) The owner or null if this object is owned directly by the Chart
get owner(): ChartObject Returns ChartObject
sheet
Section titled "sheet"Inherited from: ChartObject
workbook
Section titled "workbook"Inherited from: ChartObject
worksheet
Section titled "worksheet"Inherited from: ChartObject
Methods
Section titled "Methods"Marks the entry as being deleted.
del(): void