Need to reduce the size of the bubble

Hello,
I have a problem in bubble chart creation.In my scenario the radious of the bubble is always 1 only , but the size of the bubble is too big. Is there any way to reduce the size of the bubble when radius remains same.

kindly refer the below excel ouptutCapture.JPG (57.9 KB)

@Lavanya_D,

Could you try to minimize series bubbles scales, see the sample code for your reference:
e.g
Sample code:

.......
    series.BubbleScale = 20;
     ........

Hope, this helps a bit.

Thank u Amjad_Sahiā€¦Its working

@Lavanya_D,

Good to know that the suggested code figures out your issue now. Feel free to contact us any time if you need further help or have some other issue or queries, we will be happy to assist you soon.