Changing Bubble size

Hello Could you please advise, how I could change a bubble size in bubble chart? I didn''t found anything in documentation. Looking forward for your reply. Thank you in advance!

6 Replies

AD Administrator Syncfusion Team February 1, 2006 09:37 PM UTC

I also cannot find anywhere in the documentation to explain how to change the bubble size. We want to change the size of the circles based on data values? Can anyone explain how to do this? Thanks! >Hello > >Could you please advise, how I could change a bubble size in bubble chart? I didn''t found anything in documentation. > >Looking forward for your reply. Thank you in advance!


GM Geetha M Syncfusion Team February 2, 2006 06:57 AM UTC

Hi, A bubble chart can take one X value and two Y values. The first value represents the center of the bubble with respect to y axis and the second y value specifies the size (diameter) of the bubble. The following code illustrates this: series.Points.Add (0, 1, 7); series.Points.Add (1, 3, 5); series.Points.Add (2, 4, 9); Note: While plotting, the size of each bubble is calculated in proportion with the other values. You can refer to the online documentation which explains the same in the following link : http://www.syncfusion.com/library/ Please let me know if this helps you. We will be glad to assist you if you have any additional questions. Thanks and Regards, Geetha


AD Administrator Syncfusion Team February 6, 2006 11:19 AM UTC

Yes, the size is in proportion. Is there any way to set absolute size (in points)? Thank you in advance.


GM Geetha M Syncfusion Team February 6, 2006 01:11 PM UTC

Hi, I am afraid, this feature is not currently available. I will log a feature request on this. However you can adjust the maximum and minimum bounds of the Bubble chart using the code snippet below: series.ConfigItems.BubbleItem.MaxBounds= new RectangleF(2,4,50,50); series.ConfigItems.BubbleItem.MinBounds = new RectangleF(1,3,15,15); I will update you as soon as the feature is implemented. Please let me know if this helps you. Thanks for your interest in Syncfusion products. Regards, Geetha


UD ujjal das replied to Geetha M February 25, 2018 07:04 PM UTC

Hi, I am afraid, this feature is not currently available. I will log a feature request on this. However you can adjust the maximum and minimum bounds of the Bubble chart using the code snippet below: series.ConfigItems.BubbleItem.MaxBounds= new RectangleF(2,4,50,50); series.ConfigItems.BubbleItem.MinBounds = new RectangleF(1,3,15,15); I will update you as soon as the feature is implemented. Please let me know if this helps you. Thanks for your interest in Syncfusion products. Regards, Geetha

I would like love to have free licence.
Thanks,
Ujjal Das 


ST SaBrena Toler Syncfusion Team February 28, 2018 05:48 PM UTC

Hello Ujjal, 

We thank you for your interest in our controls.  Please click on the link to navigate to our community license page: https://www.syncfusion.com/products/communitylicense  
 
Please let me know if you have any questions. 

Best, 
SaBrena 



Loader.
Up arrow icon