ChartFillFormat Members
Include Protected Members
Include Inherited Members
Represents fill formatting for a shape. A shape can have a solid, gradient, texture, pattern, picture, or semi-transparent fill.
The ChartFillFormat type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
BackColor | Returns or sets a ChartColorFormat object that represents the background color for the specified fill or patterned line. Read/write. | |
Creator | Returns a Long that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft Office PowerPoint, this property returns the hexadecimal number 50575054. Read-only. | |
ForeColor | Returns or sets a ChartColorFormat object that represents the foreground color for the fill, line, or shadow. Read/write. | |
GradientColorType | Returns the gradient color type for the specified fill. Read-only. | |
GradientDegree | Returns a value that indicates how dark or light a one-color gradient fill is. Read-only. | |
GradientStyle | Returns the gradient style for the specified fill. Read-only. | |
GradientVariant | Returns the gradient variant for the specified fill as an integer value from 1 to 4 for most gradient fills. Read-only. | |
Parent | Returns the parent object for the specified object. | |
Pattern | ||
PresetGradientType | Returns the preset gradient type for the specified fill. Read-only. | |
PresetTexture | ||
TextureName | Returns the name of the custom texture file for the specified fill. Read-only. | |
TextureType | Returns the texture type for the specified fill. Read-only. | |
Type | Represent the type of fill. Read-only. | |
Visible | Returns or sets the visibility of the specified object or the formatting applied to the specified object. Read/write. |
Top
Methods
Name | Description | |
---|---|---|
OneColorGradient | Sets the specified fill to a one-color gradient. | |
Patterned | Sets or returns a value that represents the pattern applied to the specified fill. Read-only. | |
PresetGradient | Sets the specified fill to a preset gradient. | |
PresetTextured | Returns the preset texture for the specified fill. Read-only. | |
Solid | Sets the specified fill to a uniform color. Use this method to convert a gradient, textured, patterned, or background fill back to a solid fill. | |
TwoColorGradient | Sets the specified fill to a two-color gradient. | |
UserPicture | Fills the specified shape with one large image. | |
UserTextured | Fills the specified shape with small tiles of an image. |
Top