The ChartHistogram type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetHiddenProperties
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ShouldSerializeIntervalNumber
Public method ShouldSerializeIntervalStart
Public method ShouldSerializeIntervalWidth
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property AboveIntervalCount
Gets the numeric count of values greater than the last interval.
Public property BelowIntervalCount
Gets the numeric count of values less than the first interval.
Public property DisplayType
Gets or sets the method used to display the frequency data.
Public property IntervalBounds
Gets the boundary values of each interval used for the histogram.
Public property IntervalCounts
Gets the numeric count of values in each interval.
Public property IntervalCreationMethod
Gets or sets the method used to specify the histogram intervals.
Public property IntervalNumber
Gets or sets the number of intervals in the histogram.
Public property IntervalStart
Gets or sets the numeric value of the beginning of the first interval.
Public property IntervalWidth
Gets or sets the numeric value of the width of the each interval.

See Also