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