[]
Represents a legend entry in a chart legend.
public interface ILegendEntry
Returns the IFontFormat object that represents the font of the specified object.
IFontFormat Font { get; }
Returns the IChartFormat object that represents the format of the specified object.
IChartFormat Format { get; }
Returns the parent object for the specified object.
ILegend Parent { get; }
Deletes the object.
void Delete()