Class GroupComparer
A base class for IGroup comparers.
Inherited Members
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public abstract class GroupComparer : SettingsNode, INotifyPropertyChanged, ISupportInitialize, IObservableServiceProvider, IServiceProvider, IEditable
Constructors
GroupComparer()
Declaration
protected GroupComparer()
Methods
CompareGroups(IAggregateResultProvider, IGroup, IGroup, PivotAxis)
Compares two IGroups based on the current aggregate results.
Declaration
public abstract int CompareGroups(IAggregateResultProvider results, IGroup left, IGroup right, PivotAxis axis)
Parameters
IAggregateResultProvider
results
The current aggregate results. |
IGroup
left
The first IGroup to compare. |
IGroup
right
The second IGroup to compare. |
PivotAxis axis |
Returns
System.Int32
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. |