Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / BubbleList Property


In This Topic
BubbleList Property
In This Topic
Syntax
'Declaration
 
Public Property BubbleList As List(Of Double)
 
'Usage
 
Dim instance As SeriesCache
Dim value As List(Of Double)
 
instance.BubbleList = value
 
value = instance.BubbleList
See Also