[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ILegend

Interface ILegend

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Represents the legend in a chart.

public interface ILegend

Properties

Font

Returns the IFontFormat object that represents the font of the specified object.

IFontFormat Font { get; }

Property Value

IFontFormat

Format

Returns the IChartFormat object.

IChartFormat Format { get; }

Property Value

IChartFormat

IncludeInLayout

Gets or sets whether to include a legend in the chart layout (True if a legend will occupy the chart layout space when a chart layout is being determined). The default value is True.

bool IncludeInLayout { get; set; }

Property Value

bool

LegendEntries

Returns an object that represents a collection of legend entries for the legend.

ILegendEntries LegendEntries { get; }

Property Value

ILegendEntries

Parent

Returns the parent object for the specified object.

IChart Parent { get; }

Property Value

IChart

Position

Gets or sets the position of the legend on the chart.

LegendPosition Position { get; set; }

Property Value

LegendPosition

Methods

Delete()

Deletes the object.

void Delete()