Class
PercentileValue

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: IAbsoluteRangeValueIRangeValue

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

double

Properties

Type

The value type, always Percentile for this range value.

Declaration

cs-api-definition
public ValueType Type { get; }

Property Value

ValueType

Implements IRangeValue.Type

Value

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

Declaration

cs-api-definition
public double Value { get; }

Property Value

double

Implements IAbsoluteRangeValue.Value