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

In This Topic
    UseAntiAlias Property
    In This Topic
    Gets or sets whether the Normal curve is drawn using anti-aliasing.
    Syntax
    'Declaration
     
    Public Property UseAntiAlias As Boolean
    public 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