Class DataBarValueContext
Defines the minimum and maximum value thresholds for calculating data bar lengths in conditional formatting.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class DataBarValueContext : RangeValueContextBase
Constructors
DataBarValueContext()
Initializes a new DataBarValueContext with automatic minimum and maximum values.
Declaration
public DataBarValueContext()
Properties
MaximumValue
Gets or sets the maximum value threshold for data bar calculation, which cannot be of type LowestValue.
Declaration
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
public IRangeValue MinimumValue { get; set; }
Property Value
|
IRangeValue
|