Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineSetting Class / ShowFirst Property


In This Topic
ShowFirst Property (SparklineSetting)
In This Topic
Gets a boolean value that specifies the first point of the sparkline is visible.
Syntax
'Declaration
 
Public Property ShowFirst As Boolean
 
'Usage
 
Dim instance As SparklineSetting
Dim value As Boolean
 
instance.ShowFirst = value
 
value = instance.ShowFirst
See Also