ChartFillFormat Members

Include Protected Members
Include Inherited Members

Used only with charts. Represents fill formatting for chart elements.

The ChartFillFormat type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property BackColor Returns a ChartColorFormat object that represents the specified fill background color.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created.
Public property ForeColor Returns a ChartColorFormat object that represents the specified foreground fill or solid color.
Public property GradientColorType Returns the gradient color type for the specified fill.
Public property GradientDegree Returns the gradient degree of the specified one-color shaded fill as a floating-point value from 0.0 (dark) through 1.0 (light).
Public property GradientStyle Returns the gradient style for the specified fill.
Public property GradientVariant Returns the shade variant for the specified fill as an integer value from 1 through 4.
Public property Parent Returns the parent object for the specified object.
Public property Pattern Returns or sets the fill pattern.
Public property PresetGradientType Returns the preset gradient type for the specified fill.
Public property PresetTexture Returns the preset texture for the specified fill.
Public property TextureName Returns the name of the custom texture file for the specified fill.
Public property TextureType Returns the texture type for the specified fill.
Public property Type Returns the fill type.
Public property Visible Determines whether the object is visible.

Top

Methods

  Name Description
Public method OneColorGradient Sets the specified fill to a one-color gradient.
Public method Patterned Sets the specified fill to a pattern.
Public method PresetGradient Sets the specified fill to a preset gradient.
Public method PresetTextured Sets the specified fill format to a preset texture.
Public method Solid Sets the specified fill to a uniform color.
Public method TwoColorGradient Sets the specified fill to a two-color gradient.
Public method UserPicture Fills the specified shape with an image.
Public method UserTextured Fills the specified shape with small tiles of an image.

Top

See Also

Reference

ChartFillFormat Interface

Microsoft.Office.Interop.Excel Namespace