[]
Represents a histogram.
public class Histogram : Series, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
| 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. |
| CumulativeMode | Gets or sets the cumulative mode state |
| FrequencyPolygonStyle | Gets or sets the FrequencyPolygonStyle property. |
| HistogramAppearance | Gets or sets the Appearance Type. |
| NormalCurveStyle | Gets or sets the style of normal curve. |
| NormalCurveVisible | Gets or sets a value incicatinng whether to show normal curve. |
| Name | Description |
|---|---|
| GetChartType() | Gets the chart type. |
| GetStyle(string) | Gets the style by name. |
| GetValues(int) | Gets the array of data values. |
| OnDataSourceChanged() | Fires when data source was changed. |