SparkHorizontalAxis.IsDateAxis 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 whether the horizontal axis of the sparkline is based on date values.
public:
property bool IsDateAxis { bool get(); };
public bool IsDateAxis { get; }
Public ReadOnly Property IsDateAxis As Boolean
Property Value
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.