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


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