LegendKey Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a legend key in a chart legend.
public interface class LegendKey
[System.Runtime.InteropServices.Guid("000208BC-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface LegendKey
Public Interface LegendKey
- Attributes
Remarks
Each legend key is a graphic that visually links a legend entry with its associated series or trendline in the chart. The legend key is linked to its associated series or trendline in such a way that changing the formatting of one simultaneously changes the formatting of the other.
Use the LegendKey property to return the LegendKey object.
Properties
Application |
Returns an Application object that represents the Microsoft Excel application. |
Border |
Returns a Border object that represents the border of the object. |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. |
Fill |
Returns a FillFormat object for a specified shape or a ChartFillFormat object for a specified chart that contains fill formatting properties for the shape or chart. |
Format |
Returns the ChartFormat object. Read-only. |
Height |
The height, in points, of the object. |
Interior |
Returns an Interior object that represents the interior of the specified object. |
InvertIfNegative |
True if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number. |
Left |
The distance, in points, from the left edge of the object to the left edge of the chart area. |
MarkerBackgroundColor |
Sets the marker background color as an RGB value or returns the corresponding color index value. Applies only to line, scatter, and radar charts. |
MarkerBackgroundColorIndex |
Returns or sets the marker background color as an index into the current color palette, or as one of the following XlColorIndex constants: xlColorIndexAutomatic or xlColorIndexNone. Applies only to line, scatter, and radar charts. |
MarkerForegroundColor |
Sets the marker background color as an RGB value or returns the corresponding color index value. Applies only to line, scatter, and radar charts. |
MarkerForegroundColorIndex |
Returns or sets the marker foreground color as an index into the current color palette, or as one of the following XlColorIndex constants: xlColorIndexAutomatic or xlColorIndexNone. Applies only to line, scatter, and radar charts. |
MarkerSize |
Returns or sets the data-marker size, in points. |
MarkerStyle |
Returns or sets the marker style for a legend key in a line chart, scatter chart, or radar chart. |
Parent |
Returns the parent object for the specified object. |
PictureType |
Returns or sets the way pictures are displayed on a legend key. |
PictureUnit |
Returns or sets the unit for each picture on the chart if the PictureType property is set to xlStackScale (if not, this property is ignored). |
PictureUnit2 |
Returns or sets the unit for each picture on the chart if the PictureType property is set to xlStackScale(if not, this property is ignored). Read/write Double. |
Shadow |
True if the font is a shadow font or if the object has a shadow. |
Smooth |
True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter charts. |
Top |
The distance, in points, from the top of the chart area. |
Width |
The width, in points, of the object. |
Methods
ClearFormats() |
Clears the formatting of the object. |
Delete() |
Deletes the object. |
Select() |
Selects the object. |