[]
The ChartHistogram class contains properties specific to Histogram charts.
[TypeConverter(typeof(HiddenPropsTypeConverter))]
public class ChartHistogram
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. |