ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase Namespace / baseChart Class / UseAntiAlias Property

In This Topic
    UseAntiAlias Property
    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