2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / IntervalMethodEnum Enumeration

In This Topic
    IntervalMethodEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the IntervalCreationMethod property in the ChartHistogram class.
    Syntax
    'Declaration
     
    Public Enum IntervalMethodEnum 
       Inherits System.Enum
    public enum IntervalMethodEnum : System.Enum 
    Members
    MemberDescription
    AutomaticInterval boundaries and width are calculated based on the data statistics. The number of intervals is an optional input.
    SemiAutomaticStarting interval, interval width, and the number of intervals specify interval boundaries.
    XDataBoundariesThe X data inputs will be used for interval boundaries.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.IntervalMethodEnum

    See Also