SparkHorizontalAxis.IsDateAxis Property
Gets whether the horizontal axis of the sparkline is based on date values.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property IsDateAxis As Boolean
Get
'Usage
Dim instance As SparkHorizontalAxis
Dim value As Boolean
value = instance.IsDateAxis
bool IsDateAxis { get; }
Property Value
Type: System.Boolean
true if the horizontal axis of the sparkline is based on date values; otherwise, false.
Remarks
Read-only.
true if the horizontal axis is based on date values; otherwise false.