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

In This Topic
    Normalized Property (ChartHistogram)
    In This Topic
    Gets or sets a value indicating whether each histogram series interval is normalized.
    Syntax
    'Declaration
     
    Public Property Normalized As Boolean
    public bool Normalized {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.
    See Also