The ChartHistogram type exposes the following members.
          
            
Methods
        
| Name | Description | |
|---|---|---|
| 
                 | 
              Equals | (Inherited from Object.) | 
| 
                 | 
              Finalize | 
                 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                  (Inherited from Object.) | 
            
| 
                 | 
              GetHashCode | 
                 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | 
            
| 
                 | 
              GetHiddenProperties | |
| 
                 | 
              GetType | 
                 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | 
            
| 
                 | 
              MemberwiseClone | 
                 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | 
            
| 
                 | 
              ShouldSerializeIntervalNumber | |
| 
                 | 
              ShouldSerializeIntervalStart | |
| 
                 | 
              ShouldSerializeIntervalWidth | |
| 
                 | 
              ToString | (Inherited from Object.) | 
          
            
Properties
        
| Name | Description | |
|---|---|---|
| 
                 | 
              AboveIntervalCount | 
                 
            Gets the numeric count of values greater than the last interval.
             
               | 
            
| 
                 | 
              BelowIntervalCount | 
                 
            Gets the numeric count of values less than the first interval.
             
               | 
            
| 
                 | 
              DisplayType | 
                 
            Gets or sets the method used to display the frequency data.
             
               | 
            
| 
                 | 
              IntervalBounds | 
                 
            Gets the boundary values of each interval used for the histogram.
             
               | 
            
| 
                 | 
              IntervalCounts | 
                 
            Gets the numeric count of values in each interval.
             
               | 
            
| 
                 | 
              IntervalCreationMethod | 
                 
            Gets or sets the method used to specify the histogram intervals.
             
               | 
            
| 
                 | 
              IntervalNumber | 
                 
            Gets or sets the number of intervals in the histogram.
             
               | 
            
| 
                 | 
              IntervalStart | 
                 
            Gets or sets the numeric value of the beginning of the first interval.
             
               | 
            
| 
                 | 
              IntervalWidth | 
                 
            Gets or sets the numeric value of the width of the each interval.
             
               |