FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartNormalCurve Class / ForegroundDisplay Property

In This Topic
    ForegroundDisplay Property (ChartNormalCurve)
    In This Topic
    Gets or sets a value indicating whether the Normal (Gaussian) curve is displayed on top of the chart data display.

    By default, the Normal (Gaussian) curve is displayed behind all charted data. Setting this to true specifies that the Normal curve should be drawn on top of the charted data.

    Syntax
    'Declaration
     
    Public Property ForegroundDisplay As Boolean
    public bool ForegroundDisplay {get; set;}
    See Also