[]
Represents the legend in a chart.
public interface ILegend
Returns the IFontFormat object that represents the font of the specified object.
IFontFormat Font { get; }
Returns the IChartFormat object.
IChartFormat Format { get; }
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; }
Returns an object that represents a collection of legend entries for the legend.
ILegendEntries LegendEntries { get; }
Returns the parent object for the specified object.
IChart Parent { get; }
Gets or sets the position of the legend on the chart.
LegendPosition Position { get; set; }
Deletes the object.
void Delete()