ChartFormat Members
Include Protected Members
Include Inherited Members
Provides access to the Office Art formatting for chart elements.
The ChartFormat type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | When used without an object qualifier, this property returns an _Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only. | |
Creator | Returns a constant in the XlCreator enumeration that indicates the application in which this object was created. Read-only Integer. | |
Fill | Returns a FillFormat object for the parent chart element that contains fill formatting properties for the chart element. Read-only. | |
Glow | Returns a Microsoft.Office.Core.GlowFormat object for a specified chart that contains glow formatting properties for the chart element. Read-only. | |
Line | Returns a LineFormat object that contains line formatting properties for the specified chart element. Read-only. | |
Parent | Returns the parent object for the specified object. Read-only. | |
PictureFormat | Returns a PictureFormat object for a specified chart that contains pictures. Read-only. | |
Shadow | Returns a ShadowFormat object that contains shadow formatting properties for the chart element. Read-only. | |
SoftEdge | Returns a Microsoft.Office.Core.SoftEdgeFormat object for a specified chart that contains soft edge formatting properties for the chart. Read-only. | |
TextFrame2 | Returns a TextFrame2 object that contains text formatting for the specified chart element. Read-only. | |
ThreeD | Returns a ThreeDFormat object that contains 3-D–effect formatting properties for the specified chart. Read-only. |
Top