FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartNormalCurve Class
Properties Methods Events


In This Topic
    ChartNormalCurve Class Members
    In This Topic

    The following tables list the members exposed by ChartNormalCurve.

    Public Properties
     NameDescription
    Public PropertyGets the object controlling the appearance of the area under the Normal curve.  
    Public PropertyGets 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.

     
    Public PropertyGets the object controlling the appearance of the line representing the Normal curve.  
    Public PropertyGets or sets a value indicating whether the Normal curve is drawn using anti-aliasing.

    By default, the normal curve is drawn using anti-aliasing methods. Setting this to false overrides this behavior.

     
    Public PropertyGets or sets a value indicating whether the Normal curve is drawn.  
    Top
    Protected Methods
     NameDescription
    Protected MethodNotify one property is changed. (Inherited from C1.Win.FlexReport.Chart.ChartObject)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.Win.FlexReport.Chart.ChartObject)
    Top
    See Also