Questions tagged [pivotviewer]

PivotViewer is a Silverlight data visualization control developed by Microsoft.

Microsoft's Silverlight PivotViewer is a data visualization tool that allows developers to provide a rich and interactive solution for visualizing large sets of data. Built upon the DeepZoom technology, PivotViewer allows users to quickly and easily change sorting, filtering, and navigate the data set at various zoom levels. Using this approach, users are able to gain additional information from the collection as a whole and determine relationships that are more difficult to discover using traditional browsing or searching techniques.

LINKS

104 questions
1
vote
0 answers

How to connect Silverlight PivotViewer control to Analysis Services cube?

How to connect a Silverlight PivotViewer control to an Analysis Services cube? I have a 'http pump' per the instructions at http://msdn.microsoft.com/en-us/library/gg492140.aspx Here's an example pump (from another vendor)…
Colonel Panic
  • 132,665
  • 89
  • 401
  • 465
1
vote
2 answers

How to use PivotViewer in Silverlight xaml?

How to use PivotViewer in Silverlight xaml? I read http://msdn.microsoft.com/en-us/library/system.windows.controls.pivot.pivotviewer(v=vs.95).aspx and added a reference to the assembly.But I get an error The name "PivotViewer" does not exist in the…
Colonel Panic
  • 132,665
  • 89
  • 401
  • 465
1
vote
1 answer

Tips and/or suggestions to install Silverlight on Mac Computers

All: Our ASP.NET C# web application is used in the following environment .NET Framework 4 Silverlight 4 ( with PivotViewer ) IIS 7 Windows 2008 Visual Studio 2010 .NET IDE C# HTTPS ( SSL ) The Mac users of our application usually have trouble…
crazyTech
  • 1,379
  • 3
  • 32
  • 67
1
vote
0 answers

Silverlight Pivotviewer 2 control slow loading

In my project, I use PivotViewer-2 to visually display all data elements of an entity in one card. There are 50+ data elements that needs to be stacked in a single card. I defined a template (let's say T4) with all required data elements. For few…
Aishu
  • 413
  • 1
  • 5
  • 20
1
vote
1 answer

Binding two different Collection Source in Pivotviewer

I'm trying to understand how to manage a transition between two collections in pivotviewer. Collections have the same images, it's just that one collection is processed. I want to have one collection vanishing into the other. I know how to define…
sparaflAsh
  • 646
  • 1
  • 9
  • 26
0
votes
1 answer

PivotViewer - Dynamic images displayed but no text

Using the PivotViewer's source code, I created a cxml file at http://fhfl15gisweb.flhd.fhwa.dot.gov/DEWA_Accidents/dewa_accidents.cxml. However, when I run the SL project, images display on the screen, but they empty boxes with neither…
Shaning Yu
  • 51
  • 1
  • 1
  • 5
0
votes
2 answers

PivotViewer V2 with CXML shows no images

I used the PivotViewer V1, created a server, which sends CXML, DZC, DZI and the image tiles to the client. Everything works just fine for PivotViewer V1. Now I want to switch to V2 of the PivotViewer. To get started I downloaded the CXML example…
GameScripting
  • 16,092
  • 13
  • 59
  • 98
0
votes
2 answers

How to display a link in the pivotviewer detail pane

I'm using Silverlight 5's new pivotviewer and I am unable to get the hyperlinked title in the details pane.
user220583
0
votes
3 answers

Silverlight 5 new PivotViewer - detect when trading cards have completed rendering

I am looking for an event (or another mechanism / workaround) that I can use to know when rendering of trading cards has completed in the Pivot Viewer control. I am using the SL5 version of the control and adding to its ItemSource (via an observable…
voutmaster
  • 451
  • 3
  • 6
0
votes
1 answer

Silverlight 5 PivotViewer control rendering locally on server but not remotely

I have deployed a Silverlight 5 PivotViewer web app that runs successfully on the development machine to a server running IIS 6.0. On that server, the application in a browser runs successfully from localhost. If, on the server, I browse to the…
pianomanjh
  • 233
  • 1
  • 14
0
votes
1 answer

Pivot viewer changing the default Filters

I have created a simple Pivot viewer catelogue and in the Filter Panel it has a slider for the price with all other Facets below. How do you bring one of them to the top and sort Alpha rather than Quantity?
Andrew B
  • 11
  • 1
0
votes
1 answer

Pivotviewer showing cached images

I am making Silverlight 5 application using pivotviewer, trying to load images in pivotviewer which are received from server. Now pivotviewer is showing old cached images. DZI images at the server side has already refreshed. How to remove the cached…
Jim
  • 21
  • 2
0
votes
2 answers

Is there a way to compress a Silverlight Pivot Collection's cxml file?

I generated a large (31K items) pivot collection whose cxml file exceeds 21 megs. I would need to host this on a website however 21 megs is going to take a long time for the client silverlight pivot viewer control to load. I intend to use gzip…
user220583
0
votes
1 answer

Pivotviewer and Bing Map Integration

I am trying to get a Bing map integrated into a PivotViewer - has anyone been successful? I have got them together but it is not as "smooth" or polished as I'd like it to be. Things that are wrong : 1. The map does not drag when inserted into the…
David Gray Wright
  • 797
  • 1
  • 8
  • 31
0
votes
1 answer

Does silverlight's pivot viewer support html descriptions?

I'm building a silverlight pivot viewer collection which contains html descriptions; however the html markup is showing up in the description. Does silverlight's pivot viewer support html descriptions? If so please reference a tutorial.
user220583