'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the bubble scale")> Public Property BubbleSizeScale As NBubbleSizeScale
'Usage
Dim instance As NBubbleSeries Dim value As NBubbleSizeScale instance.BubbleSizeScale = value value = instance.BubbleSizeScale
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the bubble scale")] public NBubbleSizeScale BubbleSizeScale {get; set;}