ActiveReports 12
LabelInfo Constructor(Line,Backdrop,FontInfo,String,Alignment,AntiAliasMode)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LabelInfo Class > LabelInfo Constructor : LabelInfo Constructor(Line,Backdrop,FontInfo,String,Alignment,AntiAliasMode)
Specifies the border information used to outline the label.
Specifies the backdrop information to use for the label.
Specifies the font information used to draw the text of the label.
Specifies the format string used to draw the label.

Specifies the label alignment around the anchor point.

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

Initializes a new instance of the LabelInfo class with the parameters specified.
Syntax
'Declaration
 
Public Function New( _
   ByVal border As Line, _
   ByVal backdrop As Backdrop, _
   ByVal font As FontInfo, _
   ByVal format As String, _
   ByVal alignment As Alignment, _
   ByVal antiAliasMode As AntiAliasMode _
)
public LabelInfo( 
   Line border,
   Backdrop backdrop,
   FontInfo font,
   string format,
   Alignment alignment,
   AntiAliasMode antiAliasMode
)

Parameters

border
Specifies the border information used to outline the label.
backdrop
Specifies the backdrop information to use for the label.
font
Specifies the font information used to draw the text of the label.
format
Specifies the format string used to draw the label.
alignment

Specifies the label alignment around the anchor point.

antiAliasMode

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

See Also

Reference

LabelInfo Class
LabelInfo Members
Overload List