Enum FormateSelectedAverageValueType
Specifies the type of the condition based on which the cell value is compared with the average value.
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public enum FormateSelectedAverageValueType
Fields
Name | Description |
---|---|
Above | Formats the cells that have values above the average value. |
Below | Formats the cells that have values below the average value. |
EqualOrAbove | Formats the cells that have value equals or above the average value. |
EqualOrBelow | Formats the cells that have value equals or below the average value. |