Class PercentileValue
Specifies a percentile-based threshold for conditional formatting, where the value is determined by the specified percentile within the range.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class PercentileValue : IAbsoluteRangeValue, IRangeValue
Constructors
PercentileValue(Double)
Initializes a new instance with the specified percentile value between 0 and 100.
Declaration
public PercentileValue(double percentile)
Parameters
|
System.Double
percentile
|
Properties
Type
The value type, always Percentile for this range value.
Declaration
public ValueType Type { get; }
Property Value
|
ValueType
|
Implements
Value
The percentile value (0-100) that determines the threshold position within the data distribution.
Declaration
public double Value { get; }
Property Value
|
System.Double
|