Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Scatter Class / wBubbleSize Property


In This Topic
    wBubbleSize Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property wBubbleSize As UShort
    'Usage
     
    
    Dim instance As Scatter
    Dim value As UShort
     
    instance.wBubbleSize = value
     
    value = instance.wBubbleSize
    public ushort wBubbleSize {get; set;}
    See Also