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

Bubble Charts : X Axis Line Overlaying on the Bubble Charts

3 Answers 36 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Karthik
Top achievements
Rank 1
Karthik asked on 13 Jun 2012, 08:14 PM
Hi,

I have generated rad bubble chart.But the X-Axis line is overlaying the bubbles. In the telerik site, I have found this link . Please also check in the attachment. May I know from which we can obtain the bubble at the top over Axis lines...

Thanks & Regards,
Karthik 

3 Answers, 1 is accepted

Sort by
0
Peshito
Telerik team
answered on 18 Jun 2012, 08:59 AM
Hi Karthik,

You can control your bubbles size and location by using the XValue, XValue2, YValue and YValue2 properties. Please find attached a sample project demonstrating their use.

You can also try specifying the scale of your axis manually.

Hope this helps.

Greetings,
Peshito
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Karthikeyan
Top achievements
Rank 1
answered on 18 Jun 2012, 04:10 PM
Hi Peshito ,

Currently, I am able to plot the bubble prpperly. For some which are plotted ON the axis for eg., (5,0), (0,5), I am getting this problem. The problem is - the axis line is overlapping over the bubble. May I know if its possible to place the bubble ON TOP of the axis line ?

Thanks & Regards,
Karthik
0
Peshito
Telerik team
answered on 21 Jun 2012, 08:46 AM
Hi Karthik,

Yes you can do so by specifying a manual YAxis range and set a negative MinValue like this:
<PlotArea>         
    <YAxis AutoScale="False" MaxValue="25" MinValue="-5" Step="5">
    </YAxis>
</PlotArea>
This way, your bubble won't be clipped and it will be on top of the XAxis.

Hope this helps.

All the best,
Peshito
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Chart (Obsolete)
Asked by
Karthik
Top achievements
Rank 1
Answers by
Peshito
Telerik team
Karthikeyan
Top achievements
Rank 1
Share this question
or