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

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