[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ILegendEntry

Interface ILegendEntry

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

Represents a legend entry in a chart legend.

public interface ILegendEntry

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 that represents the format of the specified object.

IChartFormat Format { get; }

Property Value

IChartFormat

Parent

Returns the parent object for the specified object.

ILegend Parent { get; }

Property Value

ILegend

Methods

Delete()

Deletes the object.

void Delete()