Gets or sets whether each histogram series interval is normalized.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute] [DefaultValueAttribute(false)] [RefreshPropertiesAttribute(RefreshProperties.All)] public bool Normalized { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute> _ <DefaultValueAttribute(False)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ Public Property Normalized As Boolean 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.