Gets or sets whether the Normal (Gaussian) curve is displayed on top of the chart data display.
[Visual Basic]
Public Property ForegroundDisplay As Boolean
[C#]
public bool ForegroundDisplay {get;set;}
[Delphi]
public property ForegroundDisplay: Boolean read get_ForegroundDisplay write set_ForegroundDisplay;
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.
See Also
NormalCurve Class | NormalCurve Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |