ActiveReports Developer 7
BackdropItem Constructor
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > BackdropItem Class : BackdropItem Constructor

Glossary Item Box

Initializes a new instance of the BackdropItem class.

Overload List

OverloadDescription
BackdropItem Constructor()Initializes a new instance of the BackdropItem class.  
BackdropItem Constructor(AntiAliasMode)Initializes a new instance of the BackdropItem class with the AntiAliasMode specified.  
BackdropItem Constructor(Color)Initializes a new instance of the BackdropItem class with the specified color.  
BackdropItem Constructor(Color,AntiAliasMode)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(Color,Byte)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(Color,Byte,AntiAliasMode)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(GradientType,Color,Color)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(GradientType,Color,Color,AntiAliasMode)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(HatchStyle,Color,Color)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(HatchStyle,Color,Color,AntiAliasMode)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(Image,PicturePutStyle)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(Image,PicturePutStyle,AntiAliasMode)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(BackdropStyle,Color,Color,GradientType,HatchStyle,Image,PicturePutStyle)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(BackdropStyle,Color,Color,GradientType,HatchStyle,Image,PicturePutStyle,AntiAliasMode)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(BackdropStyle,Color,Color,GradientType,HatchStyle,Image,PicturePutStyle,Byte)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(BackdropStyle,Color,Color,GradientType,HatchStyle,Image,PicturePutStyle,Byte,AntiAliasMode)Initializes a new instance of the BackdropItem class with the parameters specified.  
BackdropItem Constructor(BackdropStyle,Color,Color,GradientType,HatchStyle,Image,PicturePutStyle,Byte,AntiAliasMode,ContextMenu)Initializes a new instance of the BackdropItem class with the parameters specified.  

See Also