Spread Windows Forms 15.0
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
    public List<double> BubbleList {get; set;}
    See Also