[]
        
(Showing Draft Content)

C1.Win.C1Chart.IntervalMethodEnum

IntervalMethodEnum Enum

Use the members of this enumeration to set the value of the IntervalCreationMethod property in the ChartHistogram class.

Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public enum IntervalMethodEnum

Fields

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.