LegendEntry Members
Include Protected Members
Include Inherited Members
Represents a legend entry in a chart legend.
The LegendEntry type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Excel application. | |
AutoScaleFont | True if the text in the object changes font size when the object size changes. The default value is True. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. | |
Font | Returns a Font object that represents the font of the specified object. | |
Format | Returns the ChartFormat object. Read-only. | |
Height | The height, in points, of the object. | |
Index | Returns the index number of the object within the collection of similar objects. | |
Left | The distance, in points, from the left edge of the object to the left edge of the chart area. | |
LegendKey | Returns a LegendKey object that represents the legend key associated with the entry. | |
Parent | Returns the parent object for the specified object. | |
Top | The distance, in points, from the top edge of the object to the top of the chart area. | |
Width | The width, in points, of the object. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the object. | |
Select | Selects the object. |
Top