Static
resourceStatic
aggregatorsGets array with default aggregator function for time aggregation.
IgxPivotTimeAggregate.aggregators();
IgxPivotAggregate
Static
countStatic
earliestReturns the earliest time value in the data records. Compare only the time part of the date. If filtering is applied, returns the earliest time value in the filtered data records.
IgxPivotTimeAggregate.earliestTime(data);
IgxPivotTimeAggregate
Static
latestReturns the latest time value in the data records. Compare only the time part of the date. If filtering is applied, returns the latest time value in the filtered data records.
IgxPivotTimeAggregate.latestTime(data);
IgxPivotTimeAggregate
Gets/Sets the resource strings.
Remarks
By default it uses EN resources.