Gets or sets whether the Normal (Gaussian) curve is displayed on top of the chart data display.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute] [DefaultValueAttribute(false)] public bool ForegroundDisplay { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute> _ <DefaultValueAttribute(False)> _ Public Property ForegroundDisplay As Boolean Get Set |
Remarks
By default, the Normal (Gaussian) curve is displayed behind all charted data. Setting
the ForegroundDisplay property to true specifies that the Normal curve should be drawn
on top of the charted data.