ComponentOne FlexReport for WinForms
ChartHistogramDisplayType Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartHistogramDisplayType Enumeration
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

Reference

C1.Win.FlexReport.Chart Namespace