SparkHorizontalAxis.Axis Property
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.
Gets a SparkColor object that specifies the color of the horizontal axis of the sparkline.
public:
property Microsoft::Office::Interop::Excel::SparkColor ^ Axis { Microsoft::Office::Interop::Excel::SparkColor ^ get(); };
public Microsoft.Office.Interop.Excel.SparkColor Axis { get; }
Public ReadOnly Property Axis As SparkColor
Property Value
A SparkColor object that specifies the color of the horizontal axis of the sparkline.
Remarks
Read-only.