[]
        
Represents the legend in a chart.
public interface ILegend
  Public Interface ILegend
  | Name | Description | 
|---|---|
| Format | Gets the IChartFormat object.  | 
      
| Height | Gets or sets the height of the object.  | 
      
| IncludeInLayout | Gets or sets a value indicating whether the legend will occupy the chart layout space when a chart layout is being determined.  | 
      
| Left | Gets or sets the left of the object.  | 
      
| LegendEntries | Gets an object that represents a collection of legend entries for the legend.  | 
      
| Position | Gets or sets an LegendPosition value that represents the position of the legend on the chart.  | 
      
| Top | Gets or sets the top of the object.  | 
      
| Width | Gets or sets the width of the object.  | 
      
| Name | Description | 
|---|---|
| Delete() | Deletes the object.  |