ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

Histogram.Normalized Property

Gets or sets whether each histogram series interval is normalized.

[Visual Basic]

Public Property Normalized As Boolean

[C#]

public bool Normalized {get;set;}

[Delphi]

public property Normalized: Boolean read get_Normalized write set_Normalized;

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

Histogram Class | Histogram Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.