Chart.HistogramOptions Class Members
In This Topic
The following tables list the members exposed by Chart.HistogramOptions.
Public Constructors
Public Properties
| Name | Description |
 | DisplayType | Gets or sets the method used to display the frequency data. |
 | 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. |
 | NormalDisplay | Gets or sets an object describing a Gaussian normal curve display. |
 | NormalizationInterval | Gets or sets the normalization interval width. |
 | Normalized | Gets or sets whether each histogram series interval is normalized. |
Top
Public Methods
| Name | Description |
 | Clone | Overridden. |
Top
See Also