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

In This Topic
    UseAntiAlias Property (ChartNormalCurve)
    In This Topic
    Gets 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.

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