Share via


ChartColorFormat Members

Include Protected Members
Include Inherited Members

Represents the color of a one-color object, the foreground or background color of an object with a gradient or patterned fill, or the pointer color. You can set colors to an explicit red-green-blue value (by using the RGB property) or to a color in the color scheme (by using the SchemeColor property).

The ChartColorFormat type exposes the following members.

Properties

  Name Description
Public property _Default
Public property Application Returns an Application object that represents the creator of the specified object.
Public property Creator Returns a Long that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft Office PowerPoint, this property returns the hexadecimal number 50575054. Read-only.
Public property Parent Returns the parent object for the specified object.
Public property RGB Returns or sets the red-green-blue (RGB) value of the specified color. Read/write.
Public property SchemeColor Returns or sets the color in the applied color scheme that's associated with the specified object. Read/write.
Public property Type Represents the type of color. Read-only.

Top

See Also

Reference

ChartColorFormat Interface

Microsoft.Office.Interop.PowerPoint Namespace