Class
DataBarValueContext

Defines the minimum and maximum value thresholds for calculating data bar lengths in conditional formatting.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public class DataBarValueContext : RangeValueContextBase

Inheritance: objectRangeValueContextBaseDataBarValueContext

Constructors

DataBarValueContext()

Initializes a new DataBarValueContext with automatic minimum and maximum values.

Declaration

cs-api-definition
public DataBarValueContext()

Properties

MaximumValue

Gets or sets the maximum value threshold for data bar calculation, which cannot be of type LowestValue.

Declaration

cs-api-definition
public IRangeValue MaximumValue { get; set; }

Property Value

IRangeValue

MinimumValue

Gets or sets the minimum value threshold for data bar calculation, which cannot be of type HighestValue.

Declaration

cs-api-definition
public IRangeValue MinimumValue { get; set; }

Property Value

IRangeValue