ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / C1Chart3D 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