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

Glossary Item Box

Initializes a new instance of the Backdrop class.

Overload List

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

See Also