ChartFormat Properties (Word)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Properties

Name

Description

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, returns an Application object that represents the Microsoft Word application. When used with an object qualifier, returns an Application object that represents the creator of the specified object (you can use this property with an 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 Long.

Fill

Returns a FillFormat object for the parent chart element that contains fill formatting properties for the chart element. Read-only.

Glow

Returns the glow formatting properties for the chart element. Read-only GlowFormat.

Line

Returns the line formatting properties for the specified chart element. Read-only LineFormat.

Parent

Returns the parent for the specified object. Read-only Object.

PictureFormat

Returns a PictureFormat object for a specified chart that contains pictures. Read-only.

Shadow

Returns shadow formatting properties for the chart element. Read-only ShadowFormat.

SoftEdge

Returns the soft edge formatting for a shape. Read-only SoftEdgeFormat.

TextFrame2

Returns the text formatting for the specified chart element. Read-only TextFrame2.

ThreeD

Returns the 3-D–effect formatting properties for the specified chart. Read-only ThreeDFormat.