Class FormateSelectedAverageValueType
Specifies the type of the condition based on which the cell value is compared with the average value.
Inheritance
System.Object
FormateSelectedAverageValueType
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public sealed class FormateSelectedAverageValueType : Enum
Fields
Above
Formats the cells that have values above the average value.
Declaration
public const FormateSelectedAverageValueType Above
Field Value
| Type |
|---|
| FormateSelectedAverageValueType |
Below
Formats the cells that have values below the average value.
Declaration
public const FormateSelectedAverageValueType Below
Field Value
| Type |
|---|
| FormateSelectedAverageValueType |
EqualOrAbove
Formats the cells that have value equals or above the average value.
Declaration
public const FormateSelectedAverageValueType EqualOrAbove
Field Value
| Type |
|---|
| FormateSelectedAverageValueType |
EqualOrBelow
Formats the cells that have value equals or below the average value.
Declaration
public const FormateSelectedAverageValueType EqualOrBelow
Field Value
| Type |
|---|
| FormateSelectedAverageValueType |