ChartColorFormat Interface

Definition

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.

public interface class ChartColorFormat
[System.Runtime.InteropServices.Guid("00024436-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ChartColorFormat
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

Returns an Application object that represents the Microsoft Excel application.

Creator

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

Parent

Returns the parent object for the specified object.

RGB

Returns the red-green-blue value of the specified color.

SchemeColor

Returns or sets the color of a ChartColorFormat object as an index in the current color scheme.

Type

Returns whether the color is an RGB or scheme type.

Applies to