New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class DataBarValueContext : RangeValueContextBase

Inheritance: objectRangeValueContextBaseDataBarValueContext

Constructors

Initializes a new DataBarValueContext with automatic minimum and maximum values.

C#
public DataBarValueContext()

Properties

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

C#
public IRangeValue MaximumValue { get; set; }

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

C#
public IRangeValue MinimumValue { get; set; }