[]
Gets or sets a value indicating whether each histogram series interval is normalized.
[C1Description("ChartHistogram.Normalized", "The normalization interval width.")]
public bool Normalized { get; set; }
<C1Description("ChartHistogram.Normalized", "The normalization interval width.")>
Public Property Normalized As Boolean
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.