Sunday, June 3, 2012

Pivot Viewer using Silverlight

You can create your own pivotViewer with all the customization. What you need is to generate CXML from your data and pass it to pivotcontrol. It will generate a wonderful chart for you. Once you are done with this thing you will face some issue while deploying on server. Becoz normally IIS doesn't allow CXML request so you need to allow .cxml in MIME type of IIS. If you have any question regarding pivotViewer control write to me.

Regards
Vinod

9 comments:

Anonymous said...

HI,
I want to use pivot viewer control for desktop application or silverlight desktop application,
Please guide me how can i use pivotviewer in silverlight desktop application.

Vinod said...

Hi,
Please not silverlight is used for web application and I don't know how you are going to use it in Desktop application. First confirm this.

Anonymous said...

I want use pivot viewer in desktop application.

Vinod said...

You mean WPF application??

Vinod said...

Ok give me time by tomorrow I will give you a sample and you can start from there on

Vinod said...

Hi I investigated to integrated pivotViewer in WPF but unfortunately it is not supported in WPF. However you can create a pivotViewer in Silverlight and use a webbrowser control in WPF to show the pivotviewer made in Silverlight.

Vinod said...

learn about pivotviewer on below link
http://www.microsoft.com/en-in/showcase/details.aspx?uuid=c19ec014-c1c4-4351-9026-444bff08ee55

Anonymous said...

Thanks for your reply.I have used silverlight out of browser.

Vinod said...

then you can use the PivotViewer. You have to add System.Windows.Control.Pivot as reference to your Silverlight project. and below is the code for sample pivot control xaml

You can get a sample project here http://sdrv.ms/NRJ3kU

You can also check the below link that I have created a Pivot Chart which can be reused

"http://213.42.99.101/testpiv/?key=ea858652-6b5e-42e2-9977-7b362acd7b60&state=%2524facet0%2524%3dcreation_date%26%2524view%2524%3d2"

Post a Comment

Send us your comment related to the topic mentioned on the blog