FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartHistogramDisplayType Enumeration

In This Topic
    ChartHistogramDisplayType Enumeration
    In This Topic
    Specifies the method used to display the frequency data.
    Syntax
    'Declaration
     
    Public Enum ChartHistogramDisplayType 
       Inherits System.Enum
    public enum ChartHistogramDisplayType : 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.FlexReport.Chart.ChartHistogramDisplayType

    See Also