ComponentOne FlexReport for WinForms
ChartHistogramIntervalMethod Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartHistogramIntervalMethod Enumeration
Specifies the method used to specify the histogram intervals.
Syntax
'Declaration
 
Public Enum ChartHistogramIntervalMethod 
   Inherits System.Enum
public enum ChartHistogramIntervalMethod : 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.FlexReport.Chart.ChartHistogramIntervalMethod

See Also

Reference

C1.Win.FlexReport.Chart Namespace