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

Make a bubble chart with two categorial axis

2 Answers 70 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Daniela
Top achievements
Rank 1
Daniela asked on 11 Jun 2013, 08:20 AM
Hi!
Is there an option to also use the Y axis as a categorical axis?
I have an DataViewModel which has a category and a Value as well as a list of DataViewModels (recursive). I want to display the category of the parent elements on the x axis and the value of the childelements as bubble size (works). The y axis should be a categorial value of the childelements too.

There my concrete problem:
I attached an screenshot with my current bubble chart.  I choose a categorial x axis (year) and the value of the childelements as bubble size. Now I want to ajust the height of the bubble on the y axis by an addition category in the children of the DataViewModel. Is this possible?

2 Answers, 1 is accepted

Sort by
0
Accepted
Rosko
Telerik team
answered on 13 Jun 2013, 06:59 AM
Hi Daniela,

The only way to have the bubbles at different heights to set an ItemMapping for the YValue.
<telerikCharting:ItemMapping DataPointMember="YValue" FieldName="YVal"/>

YValue accepts only numerical values like int, double, etc.

Regards,
Rosko
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Daniela
Top achievements
Rank 1
answered on 13 Jun 2013, 07:07 AM
It's a pitty that this does not work....
Thanks for the answer!
Tags
Chart
Asked by
Daniela
Top achievements
Rank 1
Answers by
Rosko
Telerik team
Daniela
Top achievements
Rank 1
Share this question
or