ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LabelInfo Class / LabelInfo Constructor / LabelInfo Constructor(AntiAliasMode)

Specifies the AntiAliasMode to use. Value can be Auto, None, Graphics, Text, or Both.


In This Topic
    LabelInfo Constructor(AntiAliasMode)
    In This Topic
    Initializes a new instance of the LabelInfo class with the AntiAliasMode specified.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal antiAliasMode As AntiAliasMode _
    )
    public LabelInfo( 
       AntiAliasMode antiAliasMode
    )

    Parameters

    antiAliasMode

    Specifies the AntiAliasMode to use. Value can be Auto, None, Graphics, Text, or Both.

    See Also