Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineSetting Class / DateAxis Property


In This Topic
DateAxis Property
In This Topic
Gets or sets a value that indicates whether the sparkline is using the date axis.
Syntax
'Declaration
 
Public Property DateAxis As Boolean
 
'Usage
 
Dim instance As ExcelSparklineSetting
Dim value As Boolean
 
instance.DateAxis = value
 
value = instance.DateAxis

Property Value

true if date axis; otherwise, false.
See Also