ClassGroupComparer
Class
A base class for IGroup comparers.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
[DataContract]
public abstract class GroupComparer : SettingsNode, INotifyPropertyChanged, ISupportInitialize, IServiceProvider, IEditable
Inheritance: objectCloneableSettingsNodeGroupComparer
Derived Classes:
Implements:
Inherited Members
Constructors
GroupComparer()
Declaration
cs-api-definition
protected GroupComparer()
Methods
CompareGroups(IAggregateResultProvider, IGroup, IGroup, PivotAxis)
Compares two IGroups based on the current aggregate results.
Declaration
cs-api-definition
public abstract int CompareGroups(IAggregateResultProvider results, IGroup left, IGroup right, PivotAxis axis)
Parameters
results
The current aggregate results.
left
The first IGroup to compare.
right
The second IGroup to compare.
axis
Returns
A signed integer that indicates the relative values of x and y, as shown in the following table.
Value Meaning Less than zero x is less than y.
Zero x equals y.
Greater than zero x is greater than y.