ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart.NormalCurve Class / ForegroundDisplay Property

In This Topic
    ForegroundDisplay Property
    In This Topic
    Gets or sets whether the Normal (Gaussian) curve is displayed on top of the chart data display.
    Syntax
    'Declaration
     
    Public Property ForegroundDisplay As Boolean
    public bool ForegroundDisplay {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.
    See Also