ClassPercentileValue
Class
Specifies a percentile-based threshold for conditional formatting, where the value is determined by the specified percentile within the range.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class PercentileValue : IAbsoluteRangeValue, IRangeValue
Inheritance: objectPercentileValue
Implements:
Constructors
PercentileValue(double)
Initializes a new instance with the specified percentile value between 0 and 100.
Declaration
cs-api-definition
public PercentileValue(double percentile)
Parameters
percentile
Properties
Type
The value type, always Percentile for this range value.