Use the members of this enumeration to set the value of the
IntervalCreationMethod property in the ChartHistogram class.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
public enum IntervalMethodEnum |
| Visual Basic |
|---|
Public Enumeration IntervalMethodEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Automatic | 0 | Interval boundaries and width are calculated based on the data statistics. The number of intervals is an optional input. | |
| SemiAutomatic | 1 | Starting interval, interval width, and the number of intervals specify interval boundaries. | |
| XDataBoundaries | 2 | The X data inputs will be used for interval boundaries. |