SparkHorizontalAxis.Axis Property
Gets a SparkColor object that specifies the color of the horizontal axis of the sparkline.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Axis As SparkColor
Get
'Usage
Dim instance As SparkHorizontalAxis
Dim value As SparkColor
value = instance.Axis
SparkColor Axis { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.SparkColor
A SparkColor object that specifies the color of the horizontal axis of the sparkline.
Remarks
Read-only.