Represents a legend entry in a chart legend.

Inheritance

Inherited from: ChartObject

Returns the owning chart (read-only)

public WorksheetChart Chart { get; }

Inherited from: ChartObject

returns this object's owner. (read-only)

public ChartObject Owner { get; }

Inherited from: ChartObject

The owning sheet (read-only)

public Sheet Sheet { get; }

Inherited from: ChartObject

The owning workbook (read-only)

public Workbook Workbook { get; }

Inherited from: ChartObject

The owning worksheet (read-only)

public Worksheet Worksheet { get; }

Returns or sets the for this legend entry. Read-only.

public IWorkbookFont Font { get; }

Returns or sets a derived object which defines the font color(s) for this legend entry.

public ChartFillBase FontFill { get; set; }

Returns or sets a boolean value indicating whether this entry has been removed from the

public bool IsDeleted { get; set; }