'Declaration Public Property DateAxis As Boolean
'Usage Dim instance As ExcelSparklineSetting Dim value As Boolean instance.DateAxis = value value = instance.DateAxis
public bool DateAxis {get; set;}
Property Value
true
if date axis; otherwise, false
.