Questions tagged [cxml-collectionxml]

Collection XML (CXML), originally from Microsoft, is the schema used to describe structured data to be displayed in the PivotViewer collection experience.

Collection XML (CXML), originally from Microsoft, is the schema used to describe structured data to be displayed in the PivotViewer collection experience.

9 questions
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
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
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
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

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

using observablecollection and cxml in 1 pivotviewer

I am new to pivotviewer and also to silverlight. I have created a observablecollection which has the properties public string StaffName { get; set; } public string Location {get;set;} using a method BuildCollection() I bind it to mainpage.xaml…
user1403505
  • 895
  • 2
  • 19
  • 42
0
votes
1 answer

How to bind our own collection to pivotviewer

I'm trying to create simple PivotViewer application which binds my image collection in PivotViewer. I have created image collection.xml file in clientbin folder. To bind this collection i wrote following code to…
-2
votes
1 answer

Looking for Microsoft Silverlight PivotViewer cxml schema

I'm looking for the schema (XSD) for CXML files of Microsoft Silverlight PivotViewer. Does anyone have it? The usual link does not ever work.
asicfr
  • 1,061
  • 1
  • 13
  • 30