-
With the previous version of Infragistics NetAdvantage 11.2 we shipped the awesome Olap Axis that enables the Data Chart to visualize data from an Olap data source. Here is the article that announced that. Now with the upcoming Infragistics NetAdvantage...
Tags / netadvantage, silverlight, dv, data visualization, xampivotgrid, wpf, infragistics, 12.1, olap chart, pie chart, xamolappiechart, chart, olap, pie, sl
-
Last week I blogged about creating a basic slicer that looks like a calendar and upon selection of dates from it the data in the pivot grid is filtered. Here is the link to that article if you’ve missed it. This week we’re going to build up on what we...
Tags / netadvantage, silverlight, dv, pivotgrid, data visualization, pivot, filter member, xampivotgrid, wpf, analysis, calendar, slicer
-
Recently we had a customer that had a requirement to build an app using the Infragistics Pivot Grid and filter the data in it using a calendar. He needed to be able to select specific dates that should be included in the results of the pivot grid and...
Tags / netadvantage, silverlight, dv, pivotgrid, data visualization, pivot, filter member, xampivotgrid, wpf, analysis, calendar, slicer
-
The 2011.2 release introduced a number of new features for the XamNetworkNode. The work we have done now makes it easier to use, scalable and more flexible. Lets take a look at the improvements in the Navigation first. In the old version the only way...
-
Good news for everyone that needs to use the Infragistics Excel library! Due to increased popularity and demand, the 11.2 release provides a number of improvements on this product. Here is a list with those new additions: · Shapes Support ·...
-
Setting up the DataChart to display cube data was a complicated job before. You had to manually create the series in the chart based on the data in the data source and update the UI every time when something changes in the data source. Integration with...
-
The 2011.2 release has been a very busy one. Lots of new features and lots of improvements. The XamPivotGrid control got a lot of attention in the past few months and in addition to the new XamPivotDataSlicer control it also got a bunch of performance...
-
One of the new features of Infragistics’ XamPivotGrid is the XamPivotDataSlicer. This is a convenient tool that provides the end user with an easy way to apply additional filters to the hierarchies selected in the columns, rows and filters areas...
-
Local cubes or also known as offline cubes in the SQL Server Analysis Services are files that contain multidimensional data. They work in the same way as normal cubes in MS Analysis Server, but those cubes can be used when the client does not have network...
Tags / netadvantage, dv, pivotgrid, data visualization, pivot, xampivotgrid, wpf, local cube, MDX export, offline cube, ssas, analysis
-
Dear reader, If you are interested in developing an application with XamPivotGrid and you haven't heard about the Infragistics Startup Solutions you might be wondering what assemblies and namespaces you need to add to your project. In the general...
Tags / xamwebslider, netadvantage, silverlight, dv, pivotgrid, data visualization, pivot, xampivotgrid, namespaces, assemblies, wpf
-
A common usage scenario for the XamPivotGrid is drilling down in the data. That action normally is done through the UI, but if you want to do it from code and you use XMLA data source things get a bit more complicated. Normally in a FlatDataSource scenario...
-
The XamPivotGrid control is an interactive tool. The data it visualizes changes according to the preferences of the user and they usually change during runtime. Finding information through data mining requires actions such as slicing, drilling down, dicing...
Tags / netadvantage, silverlight, samples, dv, pivotgrid, data visualization, pivot, view, binary serialization, save view, serialization, persistence, xml serialization, save
-
Using RIA services with XamPivotGrid is very similar to using RIA services with the XamDataGrid. The three basic steps that you need to take are: Create a project that supports RIA services Create a DomainDataSource. Bind the XamPivotGrid's DataSource...
-
In this article I will show you how to set up an SQL server that provides analysis services and XMLA HTTP Access to the Adventure Works database. In the end I will show a basic Silverlight application that uses this setup and Infragistics’ Silverlight...