Class DataBarValueContext
Represents a value context for a data bar.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class DataBarValueContext : RangeValueContextBase
Constructors
DataBarValueContext()
Declaration
public DataBarValueContext()
Properties
MaximumValue
Gets or sets the maximum value of the data bar range.
Declaration
public IRangeValue MaximumValue { get; set; }
Property Value
IRangeValue
|
MinimumValue
Gets or sets the minimum value of the data bar range.
Declaration
public IRangeValue MinimumValue { get; set; }
Property Value
IRangeValue
|