ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

Histogram.NormalizationInterval Property

Gets or sets the normalization interval width.

[Visual Basic]

Public Property NormalizationInterval As Double

[C#]

public double NormalizationInterval {get;set;}

[Delphi]

public property NormalizationInterval: Double read get_NormalizationInterval write set_NormalizationInterval;

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. The normalization interval width is the width to which all other intervals are normalized. Intervals with the same width as the normalization width, will have a height which directly indicates its value.

See Also

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


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