ChartFormat 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.
Provides access to the Office Art formatting for chart elements.
public interface class ChartFormat
[System.Runtime.InteropServices.Guid("B66D3C1A-4541-4961-B35B-A353C03F6A99")]
public interface ChartFormat
type ChartFormat = interface
Public Interface ChartFormat
- Attributes
Remarks
Using a property or method that does not apply to the type of object the ChartFormat object is attached to will result in a run-time error.
Properties
Adjustments |
Returns an Adjustments object that contains a collection of adjustment values for the specified Chart Format object. |
Application |
When used without an object qualifier, this property returns an _Application object that represents the Microsoft Word 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. |
AutoShapeType |
Returns or sets the auto shape type of the specified object. Read-write MsoAutoShapeType. |
Creator |
Returns a 32-bit Integer that indicates the application in which the specified object was created. Read-only. |
Fill |
Returns a ChartFillFormat object for the parent chart element that contains fill formatting properties for the chart element. Read-only. |
Glow |
Returns an object contains glow formatting properties for the chart element. Read-only. |
Line |
Returns an object that contains line formatting properties for the specified chart element. Read-only. |
Parent |
Returns the parent of the specified object. Read-only. |
PictureFormat |
Returns a PictureFormat object for a specified chart that contains pictures. Read-only. |
Shadow |
Returns the shadow formatting properties for the chart element. Read-only. |
SoftEdge |
Returns the soft edge formatting for a shape. Read-only. |
TextFrame2 |
Returns an object that contains text formatting for the specified chart element. Read-only. |
ThreeD |
Returns an object that contains 3-D–effect formatting properties for the specified chart. Read-only. |