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

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