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.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("000C171D-0000-0000-C000-000000000046")> _
Public Interface ChartColorFormat
'Usage
Dim instance As ChartColorFormat
[GuidAttribute("000C171D-0000-0000-C000-000000000046")]
public interface ChartColorFormat

Remarks

Used only with charts.

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

ChartColorFormat

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

ForeColor

ChartColorFormat

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

See Also

Reference

ChartColorFormat Members

Microsoft.Office.Core Namespace