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

TreeMap and PivotMap sample Program

5 Answers 102 Views
TreeMap and PivotMap
This is a migrated thread and some comments may be shown as answers.
anu
Top achievements
Rank 1
anu asked on 26 Jul 2011, 01:00 PM
Hi All,

I am unable to use "TreeMap and PivotMap". I need same output like "Range Colorizer", Example given in Demo application.
I want to use same control in our application. I am using c#. Can any one please send me one simple program of this module.


Regards,
Anu

5 Answers, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 27 Jul 2011, 05:19 PM
Hello Anu,

You can take the entire code from the example and run it. You can also debug the example in your local installation. Can you please provide more details what exactly prevents you from using RadTreeMap and RadPivotMap?

Best regards,
Ves
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
anu
Top achievements
Rank 1
answered on 01 Aug 2011, 06:57 AM
Hi,

I want bind data from c# code through example.cs page.

Regards,
Anu
0
Yavor
Telerik team
answered on 03 Aug 2011, 11:19 AM
Hi Anu,

I have prepared a small demo application that uses the code from the example. Instead of using a view model that is created in xaml, instead it binds the chart in the code behind (example.cs file).

Hope this helps!

Best wishes,
Yavor Ivanov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
Mindy
Top achievements
Rank 1
answered on 08 Nov 2011, 04:53 AM
Can you provide an example similar to the one above that conatins one more piece of information?  So for the country USA, can you break that out into states (just a few as an example)?  Does that make sense?

After more research, I am actually looking for an example of a pivot map.  Something similar to the above that doesn't use a view model and works but binds to code behind using something similar to below.

ValuePath

 

 

="Gdp"

 

 

 

GroupDefinitions="Country"

 

 

 

LabelPath="State"

 


Thanks,

Mindy
0
Yavor
Telerik team
answered on 10 Nov 2011, 10:18 AM
Hi Mindy,

I have created a demo for you using RadPivotMap. For USA I have added data for some states as you requested. The data is created in the code behind and I have left only the most important properties set.

All the best,
Yavor
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
TreeMap and PivotMap
Asked by
anu
Top achievements
Rank 1
Answers by
Ves
Telerik team
anu
Top achievements
Rank 1
Yavor
Telerik team
Mindy
Top achievements
Rank 1
Share this question
or