'Declaration
Property IsDateAxis As Boolean
'Usage
Dim instance As ISparkHorizontalAxis Dim value As Boolean instance.IsDateAxis = value value = instance.IsDateAxis
bool IsDateAxis {get; set;}
Property Value
true
if the horizontal axis of the sparkline is based on date values; otherwise, false
.