ChartColorFormat Interface

Definition

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

public interface class ChartColorFormat
[System.Runtime.InteropServices.Guid("DD8F80B8-9B80-4E89-9BEC-F12DF35E43B3")]
public interface ChartColorFormat
type ChartColorFormat = interface
Public Interface ChartColorFormat
Attributes

Remarks

Use one of the properties listed in the following table to return a ChartColorFormat object.

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

_Default

Reserved for internal use.

Application

When used without an object qualifier, this property returns an _Application object that represents the Microsoft Word application. When used with an object qualifier, this property returns an _Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only.

Parent

Returns the parent for the specified object. Read-only.

RGB

Returns an Integer that represents the red-green-blue value of the specified color.

SchemeColor

Returns or sets the index of a color in the current color scheme.

Type

Returns an Integer value that that represents the color format type.

Applies to