Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineDataSource Class / Values Property


In This Topic
Values Property (SparklineDataSource)
In This Topic
Gets all numeric values from the data source of a sparkline.
Syntax
'Declaration
 
Public ReadOnly Property Values As Double()
 
'Usage
 
Dim instance As SparklineDataSource
Dim value() As Double
 
value = instance.Values
See Also