ChartColorFormat Interface

Represents the color of a one-color object or the foreground or background color of an object with a gradient or patterned fill.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("DD8F80B8-9B80-4E89-9BEC-F12DF35E43B3")> _
Public Interface ChartColorFormat
'Usage
Dim instance As ChartColorFormat
[GuidAttribute("DD8F80B8-9B80-4E89-9BEC-F12DF35E43B3")]
public interface ChartColorFormat

Remarks

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

ChartFillFormat.BackColor

ChartFillFormat

Background fill color (used in a shaded or patterned fill)

ChartFillFormat.ForeColor

ChartFillFormat

Foreground fill color (or just the fill color for a solid fill)

See Also

Reference

ChartColorFormat Members

Microsoft.Office.Interop.Word Namespace