[]
Represents a histogram.
public class Histogram : ChartSeries, IDisposable, IHistogramSeries
| Name | Description |
|---|---|
| Histogram() | Creates an instance of Histogram class. |
| Name | Description |
|---|---|
| BinWidth | Gets or sets a positive decimal number for the range of a bin. |
| Name | Description |
|---|---|
| GetValues(int) | Gets the array of data values. |
| OnItemsSourceChanged() | Invoked when items source changes. |