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

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