ActiveReports 12
LabelInfo Constructor(AntiAliasMode)

GrapeCity.ActiveReports.Chart.v12 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.

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

Reference

LabelInfo Class
LabelInfo Members
Overload List