ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart.HistogramOptions Class / Normalized Property

In This Topic
    Normalized Property
    In This Topic
    Gets or sets 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