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

In This Topic
    DisplayTypeEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the DisplayType property in the ChartHistogram class.
    Syntax
    'Declaration
     
    Public Enum DisplayTypeEnum 
       Inherits System.Enum
    public enum DisplayTypeEnum : System.Enum 
    Members
    MemberDescription
    FrequencyGraphDisplays the intervals and counts as a frequency graph.
    HistogramDisplays the intervals and counts as a histogram.
    SteppedFrequencyGraphDisplays the intervals and counts as a stepped frequency graph.
    Inheritance Hierarchy

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

    See Also