RadarCube for WPF versions history

RadarCube WPF 1.50.1 (February 12, 2013):

New features:

  1. Infoattributes are now shown independently from what is shown in Tooltips;
  2. Optimization. The performance of the methods that read data, visualize, save and load cubes is significantly improved. Now some cubes can be built and read several times faster. 

RadarCube WPF 1.50.0 (September 10, 2012):

New features:

  1. New ability to change the background/foreground color of the grid cells depending on the measure value or hierarchy members. For more details see the new article at http://radar-soft.com/articles/20120831170644.aspx and also the new sample in the demo application named "Value-Dependent Coloring".

Bugs fixed:

  1. Sometimes hierarchy members can mistakenly take its Open/Closed state from the other members;
  2. Improved backward compatibility with the old saved files. Sometimes the old saved files cannot be opened or can be opened with errors.

RadarCube WPF 1.40.0 (May 24, 2012):

This version contains less number of DLLs: the assemblies RadarSoft.RadarCube.WPF.Grid and RadarSoft.RadarCube.WPF.Chart are now joined to RadarSoft.RadarCube.WPF. So be careful on installing this new version, remove all references to these assemblies from all your projects.

New features:

  1. OLAP Chart: New modifier of shape for the linear graph added. That means you can now tell the different hierarchies with the difference in the shape;
  2. Now a summary can be placed to the row area with the user interface, not only programmatically;
  3. The Hierarchy Editor and Calculated Measure Editor are now zoomable;
  4. The process window for the long processes is changed.

RadarCube WPF 1.30.0 (January 27, 2012):

New features:

  1. RadarCube code is significantly improved. Drilling and OLAP processing has been rewritten completely. As a result the grid hierarchies with lots of open members work much faster and take less memory.

Bugs fixed:

  1. Some serialization/deserialization bugs have been fixed.

RadarCube WPF 1.20.1 (November 11, 2011):

Bugs fixed:

  1. Design-time: when close and then open a form with an OLAP control on it, the "Null reference" error might come up;
  2. Design-time: "Null reference" error on dropping a Chart control from the tool box to designer;
  3. Design-time: Occasional "Null reference" errors when working with a form designer;
  4. "Invalid operation: error might come up when the size of an OLAP control is not set explicitly.

RadarCube WPF 1.20.0 (October 24, 2011):

New features:

  1. Significant performance boost and memory consumption reduction while displaying large amount of data.

Bugs fixed:

  1. "Null reference" error appears once in a while in different situations;
  2. The parent-child hierarchies do not show the member attributes;
  3. When saving the current layout in OLAP Chart and then reading it back to OLAP Grid, the "redundant" measures may be displayed.

RadarCube WPF 1.14.0 (August 11, 2011):

New features:

  1. DIRECT: No more additional code needed to show the results of the Drillthrough operation.

Bugs fixed:

  1. When trying to apply a filter to the members selected in a hierarchy editor the error might come up;
  2. The filter is not applied when saving the state to and then restoring it from XML.

RadarCube WPF 1.13.0 (July 21, 2011):

New features:

  1. The progress bar now displayed when adding a hierarchy or a measure to the view area;
  2. The zoom function of the chart enhanced. Now the cells can be extended both vertically and horizontally;
  3. Ability to edit the values of the cells in the cube;
  4. DEMO: New menu for the chart settings.

Bugs fixed:

  1. When setting the Cube.Active property to false the exception may come up;
  2. OLAP Chart: When changing the diagram type to Pie and back, the initial view is not restored;
  3. The option of paging cancelling might not work, so some members are still not displayed.

RadarCube WPF 1.12.2 (June 29, 2011):

New features:

  1. When selecting a measure in the Quick Filter which has an active filter the previous filters are now saved;
  2. The painting algorithm for the selected measure has changed as well as the algorithm of selecting cells.

Bugs fixed:

  1. The filter area mistakenly changes the size of the middle column; no scroll bar appears on adding a new element;
  2. OLAP Chart: When selecting the Pie mode the color modifier can hide and never show up again;
  3. On selecting the color of the measure text when the Quick Filter applied, all values are displayed even those filtered out;
  4. The hierarchy members can be wrongly displayed in a ParentChild hierarchy;
  5. Nothing happens when clicking the "Filter" button in the hierarchy editor.

RadarCube WPF 1.12.1 (May 18, 2011):

New features:

  1. Now when changing the width of panels, the height of the panels holds the same. Also when changing the size of the window, the panels squeeze and do not overlay each other;
  2. The quick cell filter no longer has the fields to enter value ranges manually. Also when filtering the values the percentage measures are no longer thrown out.

Bugs fixed:

  1. The error on selecting "Aggregate visible members" menu item;
  2. After dragging you can no longer sort the columns by values;
  3. Other minor bugs.

RadarCube WPF 1.12.0 (April 29, 2011):

New features:

  1. The progress bar of loading the cube added;
  2. Now when moving the mouse over a grid cell the status bar displays its state;
  3. New graphic indicators to display the KPI;
  4. Selecting of the cells is improved;
  5. Drag-n-drop for the grid cells.

Bugs fixed:

  1. The cube tree in the formula editor is not always correctly displayed;
  2. Sometimes clicking a checkbox in the cube tree does not lead to pivoting of the cube;
  3. Other minor bugs.

RadarCube WPF 1.11.0 (March 17, 2011):

New features:

  1. The tree of elements in the Formula Editor is improved visually and functionally;
  2. The help file for the examples is renewed;
  3. Toolbox for OLAP Grid and OLAP Chart now has the button for creating a new dimension member;
  4. The selected cells now can be colored depending on the context like in RIA OLAP Grid. The color of the selected cells changes on pressing Ctrl or Shift keys;
  5. New measure color modifier similar to OLAP Chart. End users can now choose the desired color schema with the new combobox on measure pivot panels;
  6. The cube tree elements now have the checkboxes to quick move them to the data area.

Bugs fixed:

  1. When adding an element to the filter area, the applies but may be not displayed in the filter area;
  2. On changing the size of the window the contents of the side panels is compressed incorrectly;
  3. Some minor bugs.

RadarCube WPF 1.10.0 (February 25, 2011):

New features:

  1. Formula-based calculated members and measures for end-users! Now the end users can create calculated members and measures through a comfy interface. See details in the article Calculated measures and members in RadarCube;
  2. Built-in error handler. Now all the errors that might occur when working with RadarCube will not raise unavoidable exceptions in your applications. At that RadarCube can "cancel" the action that led to the error - that keeps RadarCube and your application up and running;
  3. New events TOLAPGrid.Error and TOLAPChart.Error allow to set up your own exception handling logic;
  4. Help file has been updated.

RadarCube WPF 1.03.0 (January 27, 2011):

New features:

  1. The menu for selecting displayed side panels in OLAP Grid and OLAP Chart has been added.
  2. The buttons on the chart are now highlighted.
  3. The editor window can now be resized; the elements in this window can now be filtered.
  4. The search for cube tree elements has been added.
  5. The Drillthrough window can now be resized; the buttons in this window are now active.

Bugs fixed:

  1. The side panels do not overlap upon resizing the neighboring panels.
  2. The error of non-restoring elements after applying a filter and closing and reopening the window has been fixed.
  3. The error of disappearing color modifier panel in the pie display mode has been fixed.
  4. And a lot more errors.

RadarCube WPF 1.02.0 (December 22, 2010):

New features:

  1. Tree-like representation of hierarchy members in the row area. This is much more comfy as it allows more space to show data in. The property TOLAPGrid.HierarchiesDisplayMode allows to switch the mode back to normal;
  2. Entity Framework as a new way to represent the source data for the cube. Now RadarCube supports three data representation schemas: DataSet, LINQ for SQL, and Entities;
  3. The width of the columns changed by the end user is now saved in an XML file;
  4. Excel-like pivoting. Now when a hierarchy is moved into the active area it is drilled down automatically, and its members are shown up. New property TOLAPGrid.PivotingBehavior can turn this on or off;
  5. The demo application is renewed. Now it contains a row of samples with description of key features of the control;
  6. OLAP Grid can now copy data to the clipboard (Ctrl+C) and select all data from the data area (Ctrl+A);
  7. New button (X) in the cells with level headers and also in pivot panels. It allows to close or remove from the active area the corresponding cube element.

Bugs fixed:

  1. Many minor bugs related to Cube Structure Tree, pivoting, drilling, Drag&Drop, selecting of the cells, etc.

RadarCube WPF 1.01.0 (October 14, 2010):

New features:

  1. Export to virtually all popular formats.

Bugs fixed:

  1. MSAS 2000: When a complicated filter is applied to a hierarchy the drilling might not work correctly;
  2. When restoring the grid state saved by OLAP Chart, OLAP Grid mistakenly sets THierarchy.ShowEmptyCells properties to true.

RadarCube WPF 1.00.1 (September 9, 2010):

New features:

  1. New OLAP Toolbox contains the major operations on the cube like Save, Load, Export, etc.;
  2. New property VisiblePanels allows hide/show the panels in the OLAP Grid or OLAP Chart.

Bugs fixed:

  1. An error when clicking the filter button on a hierarchy pane;
  2. Drill-down operation does not work correctly if the measures are not displayed in "Value" mode.

RadarCube WPF 1.00.0 (August 4, 2010):

We are glad to represent our new product - RadarCube WPF. RadarCube is already well-known and loved for its power and flexibility when working with OLAP cubes. Now all this comes to WPF platform, and it gives even more power compared to RadarCube Windows Forms.

First of all it works on WPF 4, using all the features of the platform, like parallel computing, fast rendering, etc. Advanced WPF visualization allows to render any WPF content the grid's cells - this is exactly what you always want to do. RadarCube WPF also supports grid paging, just like RadarCube ASP.NET, and it surely makes RadarCube WPF several times faster than its Windows Forms counterpart.