[]
Defines the ranged histogram series properties and methods.
public interface IRangedHistogramSeries : IDistributionSeries
| Name | Description |
|---|---|
| BinMode | The mode of histogram bin. |
| NumberOfBins | The number of bins for the histogram, including the overflow and underflow bins. |
| OverflowBin | A value to create a bin for all values above it. |
| ShowOverflowBin | Gets or sets whether the histogram shows the overflow bin. |
| ShowUnderflowBin | Gets or sets whether the histogram shows the underflow bin. |
| SortDescending | Gets or sets whether the ranged histogram sort descending. |
| UnderflowBin | A value to create a bin for all values below or equal to it. |
| Name | Description |
|---|---|
| GetXLabels() | Calculates and returns an array of strings of X-axis labels. |