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

In This Topic
    UseAntiAlias Property (baseChart)
    In This Topic
    Gets or sets a value indicating whether to use anti-aliasing when displaying the chart. This property is now obsolete. Instead, use UseAntiAliasedText and UseAntiAliasedGraphics to manage text and graphics antialiasing independently.
    Syntax
    'Declaration
     
    Public Property UseAntiAlias As System.Boolean
    public System.bool UseAntiAlias {get; set;}
    See Also