ChartColorFormat Object [Excel 2003 VBA Language Reference]
ChartFillFormat ChartColorFormat |
Used only with charts. Represents the color of a one-color object or the foreground or background color of an object with a gradient or patterned fill.
Using the ChartColorFormat Object
Use one of the properties listed in the following table to return a ChartColorFormat object.
Use this property | With this object | To return a ChartColorFormat object that represents this |
---|---|---|
BackColor | ChartFillFormat | Background fill color (used in a shaded or patterned fill) |
ForeColor | ChartFillFormat | Foreground fill color (or just the fill color for a solid fill) |
Properties | Application Property | Creator Property | Parent Property | RGB Property | SchemeColor Property | Type Property
Parent Objects | ChartFillFormat Object
Child Objects