[]
Represents a histogram.
public class RangedHistogram : Series, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Name | Description |
---|---|
RangedHistogram() | Creates an instance of Histogram class. |
Name | Description |
---|---|
BinMode | Gets or sets the _mode of histogram bin. |
BinWidth | Gets or sets a positive decimal number for the range of a bin. |
NumberOfBins | Gets or sets the number of bins for the histogram, including the overflow and underflow bins. |
OverflowBin | Gets or sets 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 | Gets or sets a value to create a bin for all values below or equal to it. |
Name | Description |
---|---|
GetChartType() | Gets the chart type. |
GetValues(int) | Gets the array of data values. |
OnDataSourceChanged() | Fires when data source was changed. |