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
1 answer

Silverlight 5 (RC) PivotViewer control

I can't seem to find System.Windows.Controls.Pivot.dll anywhere in the sdk folders. Does anyone know the whereabouts of this file? I'm trying to reference it so that I can add it Visual Studio Toolbox for use in my silverlight 5 (RC) test project.
user220583
1
vote
1 answer

Why won't my Silverlight PivotViewer load?

I have a PivotViewer app I am working on, but, I cannot get it to run. I have a good .cxml file (I used Pauthor to generate the related deep-zoom files). I have tried running it from inside VS 2010 int debug and even built it and tried running it…
1
vote
2 answers

Silverlight PivotViewer dynamic collections best practices

I'm new to Silverlight PivotViewer. My goal is to create an image for each sale in my database. The image is to contain data for the sales rep, sale date, invoice amount, customer, etc. I'm using the Html template approach see here and am having…
Tom Schreck
  • 5,177
  • 12
  • 68
  • 122
1
vote
2 answers

PivotViewer is very slow on loading my collection

PivotViewer is very slow on loading my collection(34mbs) 344 images. What should i do?. My app is on Windows Azure so my bandwith is ok. Is there any optimazation? at least to load an ammount of images while wating others to load. Cause now i m…
vkampouris
  • 569
  • 1
  • 5
  • 20
1
vote
3 answers

Why does stackpanel break my pivotviewer?

I have a working pivotviewer with 128 images of cars that I put together myself. I used one of the many tutorials on the web to get it working, and it works well. Then I thought I should decorate the page a bit so I put the grid in which the pv…
leemid
  • 157
  • 1
  • 3
  • 12
1
vote
1 answer

How to replace a ResourceDictionary of a 3rd Party UserControl (in this case PivotViewer)

The current version of the Microsoft Live Labs PivotViewer control for SilverLight 4 has no way to style the elements of the control. Looking at the control in Reflector, I can see much of the style info is set in a ResourceDictionary in the…
ViNull
  • 1,022
  • 8
  • 12
1
vote
1 answer

How do I get the Silverlight Pivot Server application to run on IIS 6?

How do I get the Pivot Server Application to run on IIS 6? The handlers for the cxml don't seem to be registering properly, because I get a 404 for requests to .cxml files. The closest solution I can see so far is on…
Ryan Shripat
  • 5,574
  • 6
  • 49
  • 77
1
vote
1 answer

Creating high resolution image

I have an image (png) with resolution 1600*1200 (96 dpi). I have put some text on the image and then saved it to a file for it to be loaded using silverlight's deepzoom with the pivotviewer. The text is blurry when zooming in and I was wondering how…
JD.
  • 15,171
  • 21
  • 86
  • 159
1
vote
1 answer

Sum and count aggregate functions in dynamic pivot table

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
1
vote
3 answers

How to get Combobox.SelectedItem Return string value of what is selected instead of Service Reference Class?

I currently have the following code for a button. The message box shows SilverlightApplication2.ServiceReference2.Employee instead of the text string selected by the user. The combobox items are being populated by a WCF service. As a result I am…
Rohit Acharya
  • 47
  • 1
  • 7
1
vote
0 answers

Silverlight 5 Pivot Viewer Connection to MySQL via WCF

I have created Pivot viewer client in Silverlight 5, my Service class looks like below. How do I assign the Pivot.ItemsSource to this service class below? I have already added a service reference but cannot get to pass the data from the MySQL…
Rohit Acharya
  • 47
  • 1
  • 7
1
vote
1 answer

PivotViewer: Trading Card Visibility

I'm developing a PivotViewer (Silverlight 5) control that makes use of Semantic Zoom. There are two trading card templates, a "small" template displaying a low-resolution image, and a "big" template displaying a higher-resolution version of the…
1
vote
1 answer

Negative values in my PivotView's PivotViewerNumericProperty (Silverlight 5)

I have a pivot viewer that I added a numeric viewer property to. When the values are all possitive, it works fine. When the values are negative, I get an error: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1;…
1
vote
0 answers

Pivot Viewer V2 doesn't release memory after being set to null

In our LOB app, We have 4 pivot viewers on separate pages in a navigation control. When we navigate from one pivot viewer to another the memory increases (as expected). This memory continues to increase however to a point where the system runs out…
1
vote
1 answer

Can Silverlight Pivotviewer handle 3 levels of semantic zoom?

I can get 2 levels of PivotViewerItemTemplate to work just fine, but not three. If I set one template at MaxWidth=130, the next at MaxWidth=400 and then a third with no MaxWidth, the second level starts transitioning into the 3rd at about 170…
Graeme
  • 2,597
  • 8
  • 37
  • 50