Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ISparkline Interface / GetSparkLineData Method


In This Topic
GetSparkLineData Method (ISparkline)
In This Topic
Gets the data that the sparkline contains for rendering.
Syntax
'Declaration
 
Function GetSparkLineData() As Object
 
'Usage
 
Dim instance As ISparkline
Dim value As Object
 
value = instance.GetSparkLineData()
See Also