FlexReport for WinForms
NormalizationInterval プロパティ (ChartHistogram)


C1.Win.FlexReport.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > ChartHistogram クラス : NormalizationInterval プロパティ
Gets or sets the normalization interval width.
シンタックス
'宣言
 
Public Property NormalizationInterval As System.Double
'使用法
 
Dim instance As ChartHistogram
Dim value As System.Double
 
instance.NormalizationInterval = value
 
value = instance.NormalizationInterval
public System.double NormalizationInterval {get; set;}
解説
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.
参照

参照

ChartHistogram クラス
ChartHistogram メンバ