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
2
votes
2 answers

UWP pivot on which navigate to other pages

How to make a pivot on a UWP that if the button on the header tab is selected, it will navigate to other pages? And how to using image on header tab? For example in the image below if selected tab header "Store", it will navigate to "Store"…
Rose
  • 613
  • 4
  • 22
2
votes
1 answer

change the position of an Pivot header (Windows phone)

Is there a possibility to Change the Pivot Header of an Windows Phone app so that it Looks like an Panorama element Header (i am also ok with an Panorama Element without an preview to the next item on the right side) I searched already for a while,…
Safari
  • 3,302
  • 9
  • 45
  • 64
2
votes
1 answer

How to add image and button in Pivot Header in windows phone 8

Please check the below image for reference regarding my question. I am trying to implement a firm logo in PIVOT Header with a signout button. In the similar way as shown in above link, i.e. Bank Of America windows phone app. I am new to windows…
Dexto
  • 1,151
  • 9
  • 18
2
votes
1 answer

Silvetlight 5 : PivotViewer: How to change PivotViewer Filter in code behind S

I have extended the PivotViewer control and hid the Filter Panel. I have a TreeView with Categories. Each category have subitems under them. I would like to set the filter for the PivotViewer when a category is selected/clicked on the treeView . In…
2
votes
2 answers

PivotViewer alternative for WPF

Is there any control for WPF that works like the PivotViewer for Silverlight, free or commercial?
Björn
  • 3,098
  • 2
  • 26
  • 40
1
vote
1 answer

Moving Pivotviewer Collections from Silverlight 4 to Silverlight 5

I'm just playing around with PivotViewer control in Silverlight 5. It seems like many things got improved, but I'm having some issues displaying my old .cxml collections that perfectly worked under Silverlight 4 The old way to…
1
vote
0 answers

PivotViewer throwing exception from iexplorer.exe

I am using a PivotViewer and seeing this exception being thrown from iexplorer.exe. "Unhandled Error in Silverlight Application Code: 4004 Category: ManagedRuntimeError Message: System.ArgumentException: ICollectionView can only contain items that…
PokerIncome.com
  • 1,708
  • 2
  • 19
  • 30
1
vote
1 answer

c# WindowsPhone Organise Code in Pivot App

I'm writing my first Windows Phone app using the Pivot functionality. From what I understand it's pretty much a single view/page, that can be manipulated to show different data. Each pivot item would be a distinct view in my mind. So how would you…
Darren Young
  • 10,972
  • 36
  • 91
  • 150
1
vote
1 answer

PivotViewer FilterChanged event

I am working on a reporting app using PivotViewer. There are two controls on my grid. One is PivotViewer and the other one is a reporting Panel. After a user changes the filter of the PIvotViewer, I will generate the report on the report Panel in…
PokerIncome.com
  • 1,708
  • 2
  • 19
  • 30
1
vote
2 answers

Pivotviewer's .cxml parsing

I'm trying to do very simple operations on a .cxml file. As you know it's basically an .xml file. This is a sample file I created to test the application:
sparaflAsh
  • 646
  • 1
  • 9
  • 26
1
vote
2 answers

PivotViewer v2 dynamic collection AND deep zoom images

I am using the PivotViewer v2 released with Silverlight 5. I've started to use the new data binding ability of the PivotViewer, binding directly to data objects that are passed down from the server, and using an ItemTemplate to display the objects…
Nick B
  • 1,101
  • 9
  • 19
1
vote
1 answer

Silverlight 5 PivotViewer control not showing image tiles from cxml

I've generated a cxml file and image collection with the Pivot Excel tool. I then created a form with a PivotViewer control in it, and pointed it at my collection file. The page opens, shows all of my filters with just a blank surface, no tiles. …
pianomanjh
  • 233
  • 1
  • 14
1
vote
1 answer

Pivot Viewer, rounding of decimal values

I have a pivot collection that has a numeric facet, however when the value is being displayed it keeps rounding to the nearest whole number. Is there a way in which I can show the full number with the decimal places?
user220583
1
vote
2 answers

To show or not to show the pivot title in Windows Phone 7 application?

I am developing a client for one relatively popular online service among certain auditory. This service has a unique functionality and design, so it's difficult to confuse it with something else. Every good pivot application I have ever seen has a…
Alec Mev
  • 4,663
  • 4
  • 30
  • 44
1
vote
1 answer

How to programmatically create PivotItems to add to a PivotView?

I am creating an RSS reader and would like to create PivotItems for RSS the user has. I know that I'll be passing in the number of items into the PivotView so I can create the number of items upon creation. Does anyone know how I would go about this…
CStreel
  • 2,642
  • 2
  • 19
  • 37