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("000C171D-0000-0000-C000-000000000046")]
public interface ChartColorFormat
[<System.Runtime.InteropServices.Guid("000C171D-0000-0000-C000-000000000046")>]
type ChartColorFormat = interface
Public Interface ChartColorFormat
Attributes

Remarks

Used only with charts.

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

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)

Properties

_Default
Application

Returns an Application object that represents the container application for the object.

Creator

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

Parent

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

RGB

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

SchemeColor

Returns or sets an Integer value that represents the color of a Color object, as an index in the current color scheme.

Type

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

Applies to