SparkColor Interface

Definition

Represents the color of the markers for points in a sparkline.

public interface class SparkColor
[System.Runtime.InteropServices.Guid("000244BD-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface SparkColor
Public Interface SparkColor
Attributes

Remarks

The SparkColor object corresponds to the settings of the items available on the Marker Color drop-down list in the Style section of the Sparkline Tools Design tab of the ribbon. Use the corresponding properties of the SparkPoints object to set the colors of these items.

Properties

Application

When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object.

Color

Gets a FormatColor object that you can use to set the color of the markers for points in a sparkline.

Creator

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

Parent

Gets the parent SparklineGroup object for the specified object.

Visible

Gets or sets whether the point is visible.

Applies to