Enum ValueDistribution
Represents various option for value distribution.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum ValueDistribution
AboveAverage
Above the average value in range.
AboveOrEqualToAverage
Above or equals to the average value in range.
BelowAverage
Below the average value in range.
BelowOrEqualToAverage
Below or equals to the average value in range.