FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartHistogram Class / NormalizationInterval Property

In This Topic
    NormalizationInterval Property (ChartHistogram)
    In This Topic
    Gets or sets the normalization interval width.
    Syntax
    'Declaration
     
    Public Property NormalizationInterval As Double
    public double NormalizationInterval {get; set;}
    Remarks
    When histograms with non-uniform intervals are generated, each interval is typically normalized such that each interval height represents the same frequency per unit width. This preserves the most appropriate histogram shape. The normalization interval width is the width to which all other intervals are normalized. Intervals with the same width as the normalization width, will have a height which directly indicates its value.
    See Also