ComponentOne Olap for WinForms
In This Topic
    What is C1Olap
    In This Topic

    OLAP for WinForms (C1Olap) is a suite of .NET controls that provide analytical processing features similar to those found in Microsoft Excel’s Pivot Tables and Pivot Charts. Asynchronous processing improves the performance of the controls as multiple processes can occur simultaneously on separate threads.

    For example: In case of synchronous processing, when you make any heavy update, the entire application stops responding to any action made by the user till the update is completed. In case of C1Olap, that supports asynchronous processing, when you make any heavy update (such as adding multiple fields to row or column box of a C1OlapPage), the application responds to all user actions even while the update is in progress.

    C1Olap takes raw data in any format and provides an easy-to-use interface so users can quickly and intuitively create summaries that display the data in different ways, uncovering trends and providing valuable insights interactively. As the user modifies the way in which he wants to see the data, C1Olap instantly provides grids, charts, and reports that can be saved, exported, or printed.