SparkHorizontalAxis Interface

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<GuidAttribute("000244BB-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface SparkHorizontalAxis
'Usage
Dim instance As SparkHorizontalAxis
[GuidAttribute("000244BB-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface SparkHorizontalAxis

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.

See Also

Reference

SparkHorizontalAxis Members

Microsoft.Office.Interop.Excel Namespace