Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / ShowBubbleSize Property


In This Topic
    ShowBubbleSize Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ShowBubbleSize As Boolean
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As Boolean
     
    instance.ShowBubbleSize = value
     
    value = instance.ShowBubbleSize
    public bool ShowBubbleSize {get; set;}
    See Also