Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartDataPoint Class / BubbleSize Property


In This Topic
    BubbleSize Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BubbleSize As Double
    'Usage
     
    
    Dim instance As ChartDataPoint
    Dim value As Double
     
    value = instance.BubbleSize
    public double BubbleSize {get;}
    See Also