New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class PercentileValue : IAbsoluteRangeValue, IRangeValue

Inheritance: objectPercentileValue

Implements: IAbsoluteRangeValueIRangeValue

Constructors

Initializes a new instance with the specified percentile value between 0 and 100.

C#
public PercentileValue(double percentile)
Parameters:percentiledouble

Properties

The value type, always Percentile for this range value.

C#
public ValueType Type { get; }

Implements: IRangeValue.Type

The percentile value (0-100) that determines the threshold position within the data distribution.

C#
public double Value { get; }

Implements: IAbsoluteRangeValue.Value