SparkHorizontalAxis Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the settings for the horizontal axes of a group of sparklines.
public interface class SparkHorizontalAxis
[System.Runtime.InteropServices.Guid("000244BB-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface SparkHorizontalAxis
Public Interface SparkHorizontalAxis
- Attributes
Remarks
Use the Horizontal property of the SparkAxes object to return the SparkHorizontalAxis object for group of sparklines. The horizontal axis is displayed only if the data for the sparkline has both negative and positive values on the vertical axis.
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. |
Axis |
Gets a SparkColor object that specifies the color of the horizontal axis of the sparkline. |
Creator |
Gets a 32-bit integer that indicates the application in which this object was created. |
IsDateAxis |
Gets whether the horizontal axis of the sparkline is based on date values. |
Parent |
Gets the parent SparklineGroup object for the specified object. |
RightToLeftPlotOrder |
Gets or sets whether the points on the horizontal axis are plotted in right-to-left order. |