This is a migrated thread and some comments may be shown as answers.

Bubble Chart Size going of the Chart area

2 Answers 39 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Vijay
Top achievements
Rank 1
Vijay asked on 22 Aug 2013, 08:25 PM
I am trying to do the Bubble chart but the bubbles are going of the chat area i can only see part of the bubble on the chart as you can see in the attached image. Is there any setting that i can change to make it display the full bubble on the chart area?

2 Answers, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 27 Aug 2013, 09:39 AM
Hi Vijay,

 The bubbles get clippes because there is not enough space for them to be fully visible inside the PlotArea. I can propose two options to avoid this:
- The first one is to increase the minimum and maximum of your YAxis axis, so that there is more space. For the purpose you should set the AutoRange property of the Axis to false and then provide your own MinValue, MaxValue and Step properties.

- Another option is to use the AxisY.ExtendDirection property. Some more info about it -- say that the min was calculated to be 0, the step 20 and the max was calculated to be 80 (if the maximum value in the data was 79). If the ExtendDirection is Up - then the range would be extended to 100 (a reason for this could be to make place for the label "79"). If the ExtendDirection is None, then the auto range would not be extended and it would be 80 (with data max being 79). You'll need to extend the YAxis in Both sides for all bubbles to not get clippes.

 You can find more information about these properties in our documentation and more specifically here.

Regards,
Evgenia
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Vijay
Top achievements
Rank 1
answered on 05 Sep 2013, 08:08 PM
Thank you it partially worked for me .
Tags
Chart
Asked by
Vijay
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Vijay
Top achievements
Rank 1
Share this question
or