Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / Points Property


In This Topic
Points Property (ISparklineGroup)
In This Topic
Gets the associated ISparkPoints object for the sparkline group.
Syntax
'Declaration
 
ReadOnly Property Points As ISparkPoints
 
'Usage
 
Dim instance As ISparklineGroup
Dim value As ISparkPoints
 
value = instance.Points
See Also