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

In This Topic
    UseAntiAlias Property (PlotArea)
    In This Topic
    Gets or sets a value indicating whether to use anti-aliasing while rendering chart data.
    Syntax
    'Declaration
     
    Public Property UseAntiAlias As System.Boolean
    public System.bool UseAntiAlias {get; set;}
    See Also