2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / NormalCurve Class / UseAntiAlias Property

In This Topic
    UseAntiAlias Property (NormalCurve)
    In This Topic
    Gets or sets whether the Normal curve is drawn using anti-aliasing.
    Syntax
    'Declaration
     
    Public Property UseAntiAlias As System.Boolean
    public System.bool UseAntiAlias {get; set;}
    Remarks
    By default, the normal curve is drawn using anti-aliasing methods. Setting the UseAntiAlias property to false overrides this behavior.
    See Also