SparkAxes Interface

Definition

Represents the settings for the horizontal and vertical axes of a group of sparklines.

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

Remarks

Use the Axes property of a SparklineGroup object to return the SparkAxes object for that group of sparklines.

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.

Creator

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

Horizontal

Gets the SparkHorizontalAxis object for the specified SparkAxes object.

Parent

Gets the parent SparklineGroup object for the specified SparkAxes object.

Vertical

Gets the SparkVerticalAxis object for the specified SparkAxes object.

Applies to