Class ValueDistributionRule
Represents a rule that describes value distribution within a range.
Inheritance
System.Object
    
    
    ValueDistributionRule
  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 ValueDistributionRule : ConditionalFormattingDxfRule, IPropertyValueProvider
  Constructors
ValueDistributionRule(ValueDistribution)
Initializes a new instance of the ValueDistributionRule class.
Declaration
[Obsolete("This constructor is obsoleted, please use the one with formatting parameter instead.")]
public ValueDistributionRule(ValueDistribution distribution)
  Parameters
| 
        ValueDistribution
        distribution
         
  | 
    
ValueDistributionRule(ValueDistribution, DifferentialFormatting)
Initializes a new instance of the ValueDistributionRule class.
Declaration
public ValueDistributionRule(ValueDistribution distribution, DifferentialFormatting formatting)
  Parameters
| 
        ValueDistribution
        distribution
         
  | 
    
| 
        DifferentialFormatting
        formatting
         
  |