ComponentOne FlexReport for WinForms
Normalized Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartHistogram Class : Normalized Property
Gets or sets a value indicating whether each histogram series interval is normalized.
Syntax
'Declaration
 
Public Property Normalized As System.Boolean
public System.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

Reference

ChartHistogram Class
ChartHistogram Members