Use the members of this enumeration to set the value of the IntervalCreationMethod property of a ChartHistogram object.
[Visual Basic]
Public Enum IntervalMethodEnum
[C#]
public enum IntervalMethodEnum
[Delphi]
type IntervalMethodEnum = (Automatic, SemiAutomatic, XDataBoundaries);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
|
Member name |
Description |
|
Automatic |
Interval boundaries and width are calculated based on the data statistics. The number of intervals is an optional input. |
|
SemiAutomatic |
Starting interval, interval width, and the number of intervals specify interval boundaries. |
|
XDataBoundaries |
The X data inputs will be used for interval boundaries. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |