The PivotParetoKind enumeration contains types of calculating the number of values, satisfying a set method of filtering by the 80/20 analysis.
It is used by the IPivotParetoSettingsItem.Kind property.
Value | Brief description |
1 | Percent. Select a percent of values specified in the Threshold property. |
2 | Count. Select a number of values specified in the Threshold property. |
3 | Sum. Select values, the sum of which does not exceed the value specified in the Threshold property. |
See also: