MY ACCOUNT  |  LOGIN

Sales: 1-888-936-8638

ORDER ONLINE >

 

  


      Products
       UI Products
   Essential Grid
   Essential Tools
   Essential Chart
   Essential Diagram
   Essential Schedule
       Back Office Products
   Essential PDF
   Essential XlsIO
   Essential DocIO
   Essential Calculate
   Essential Grouping
    Version History
    Browser Compatibility
    Online Demo
    Free Trial
    Order Online
    What's New
    Development Build
    Roadmap
    System Requirements
  Windows Forms




Summaries

Summaries allow users to easily see statistics on grouped data. Users may access information like the maximum value of columns in every group or the sum of the items, median value, etc.

Summarize the Data Supported Operations

Summarize the Data

Essential Grouping lets users add one or multiple summary items for each group. Changes to any data items are automatically reflected in the summaries. The calculation of summary values is very fast with only O(log2 n) operations (with n being the number of records in the table) because of highly optimized balanced tree structures used in the grouping engine.

The following graphic represents a code window illustrating how to add a summary item.

Code to add a summary item

Code to add a summary item

After adding a summary item, the Element collection in the Grouping Engine has additional items at the bottom of each group.

Supported Operations

The Grouping Engine has several built-in summaries such as:

Int32Aggregate DoubleAggregate (Count, Min, Max, Sum) StringAggregate (MaxLength, Count) Count DistinctCount (Count, Values array) Vector (Values) DoubleVector (statistical methods: Median, Min, Max, 25% Quartile, 75% Quartile) The engine supports summaries that operate on vectors such as Distinct Count, Median, 25% and 75% Quartile. Custom summaries may easily be added.

These functionalities can be effectively used in Essential Grid. Please refer to Summaries in Essential Grid

© 2001-2008 Copyright Syncfusion Inc. All rights reserved.  |  Privacy Policy  |  Contact  |  Sitemap  |