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
12
votes
4 answers

Future of PivotViewer control and HTML 5 equivalent

As Silverlight's future seems to be quite unsure, does anybody know if the PivotViewer control will still be maintained and updated? I wish to develop an application based on this amazing control but I am not confident whether it will be maintained…
Omid B.
  • 356
  • 4
  • 13
10
votes
3 answers

what is the wp7 pivot control equivalent in windows 8?

i am looking for the wp7 pivot control equivalent for a win 8 app.. for xaml based c# implementation of certain tabbed sections of data.. please let me know if it is available.. if not, what other controls come close to it? Same question asked here…
Null Pointer
  • 9,089
  • 26
  • 73
  • 118
5
votes
3 answers

How to obtain full width in PivotItem

In XAML, PivotItems don't have full width of the screen on a Windows Phone. This is good behavior and design, but for a single image I want it to fill the entire screenwidth. Can this be accomplished?
Dennis van der Stelt
  • 2,203
  • 16
  • 22
4
votes
3 answers

Problems deploying Silverlight PivotViewer

I have a Silverlight PivotViewer application that is working perfectly in Visual Studio. My problems occur when I try to deploy the application. The application starts as usual with a "Loading" animation and the path to the CXML file in the upper…
user330375
4
votes
2 answers

SUM of dynamic Columns in PIVOT table in SQL Server

I have a Dynamic PIVOT query in which Columns are dynamically generated. My table: ATTENDANCE_MASTER Contains: ID, Stud_id, ATT_DATE, PRESENT which stores data like: ID Stud_id ATT_DATE PRESENT 1 1 2015-08-1 1 2 2 2015-08-1 …
QuaBizIT
  • 67
  • 1
  • 1
  • 8
3
votes
3 answers

PivotViewer control doesn't Display Images (Silverlight)

I use the excel plug-in to publish them, then i copy the cxml and the folder to my .web project and when i run the pivot works and has the categories but doesnt show images. xaml code:
vkampouris
  • 569
  • 1
  • 5
  • 20
3
votes
2 answers

Change filter in Silverlight Pivot Viewer to use AND instead of OR

I need to modify the way the filter acts in the Silverlight Pivot viewer. I have this filter: Keywords: x Keyword a _ Keyword b x Keyword c _ Keyword d _ Keyword e The filter generates “Keyword a OR Keyword c”. What I need is “Keyword a AND…
thomasmartinsen
  • 1,983
  • 14
  • 21
3
votes
1 answer

WP8: Button events triggering when navigating in panorama/pivot

I'm currently devloping an App for WP8 and am having a Problem when navigating Panorama or Pivot-Views. For example: I have a Panorama which itself contains a few Buttons on every Page. If I try to navigate between those Pages, I sometimes…
2
votes
1 answer

Faster way to create a deep zoom collection

I am creating a silverlight pivot collection with 31K items (and images), however when I'm using the DeepZoomTools library to create the deep zoom images; it takes hours and hours (and hasn't actually completed even one). Is there a multi-threaded…
user220583
2
votes
1 answer

Microsoft Pivot JIT Collections

I'm attempting to implement a Microsoft Pivot viewer within my application, I've decided that a cross between a JIT collection and Linked Collection is the best case however I'm having a few issues. The images for the collection are generated by a…
Midimatt
  • 1,114
  • 2
  • 17
  • 35
2
votes
3 answers

Programmatically set the PivotViewer's filters

I have a Silverlight PivotViewer up and running, with about 4000 items. I pass querystring parameters to the page that hosts the PivotViewer, to filter the items upon opening. How do you add filters to the PivotViewer programmatically? I've tried…
Marcel
  • 944
  • 2
  • 9
  • 29
2
votes
2 answers

Troubleshooting a Silverlight Exception on the Pivot Control (System.Windows.FrameworkElement.Style)

I'm having a somewhat maddening issue just trying to get the Silverlight Pivot Control to work out of the box. When I wire everything together, I see this stack trace in the JavaScript errors: Unhandled Error in Silverlight Application Set property…
2
votes
1 answer

Create dynamic images from WPF User Control inside an HTTP Handler

I'm using Microsoft's PivotViewer control in one of my Silverlight projects. I'm creating a JIT collection and was hoping to dynamically generate the images based on the rendered result of a WPF UserControl. In order to generate the images I'm…
EightyOne Unite
  • 11,665
  • 14
  • 79
  • 105
2
votes
1 answer

Problem publishing images in Silverlight PivotViewer

I'm working on a Silverlight PivotViewer app and using the Excel Pivot Collection tool to generate my image files. Everything works perfectly except some images are not being published by the tool. As a result, when the app launches, everything…
user330375
2
votes
3 answers

Silverlight PivotViewer application doesnt display when deployed to IIS

I am trying to deploy my PivotViewer files to an IIS server. I have added a MIME info for the cxml, dzc and dzi as "text/xml". What else do I need to do? Currently, if I try to run my PivotViewer app in Visual Studio it is fine. when I try to…
Derek
  • 11,715
  • 32
  • 127
  • 228
1
2 3 4 5 6 7