ActiveReports.Chart Request technical support
Backdrop Class Members
See Also  Properties  Methods  Events


The following tables list the members exposed by Backdrop.

Public Constructors

 NameDescription
Public ConstructorBackdrop ConstructorOverloaded. Initializes a new instance of the Backdrop class.  
Top

Public Properties

 NameDescription
Public PropertyAlphaGets or sets the alpha level (transparency).  
Public PropertyAntiAliasModeFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.DrawCustomizableItem)
Public PropertyColorGets or sets the primary color used to fill the backdrop.  
Public PropertyColor2Gets or sets the secondary color used for gradient effects and patterns.  
Public PropertyGradientGets or sets the enumerated GradientType used for the Backdrop.  
Public PropertyPatternGets or sets the HatchStyle used for the Backdrop pattern.  
Public PropertyPictureGets or sets the image used for the Backdrop.  
Public PropertyPictureAlignmentGets or sets the image alignment for the Backdrop.  
Public PropertyStyleGets or sets the type of backdrop to use (i.e. solid, gradient, etc.).  
Top

Public Methods

 NameDescription
Public MethodCloneOverridden. Creates a clone of the Backdrop.  
Public MethodCopyFromInitializes the specified Backdrop object with settings.  
Public MethodDisposeReleases the Backdrop instance from memory.  
Public MethodEqualsOverridden. Compares the Backdrop object to another System.Object to see whether they are equal.  
Public MethodFitToRectangleOverloaded. Sets the bounding rectangle of the Backdrop.  
Public MethodGetHashCodeOverridden. Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.  
Public MethodInternalGetParentsFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.Item)
Public MethodSerializeCreates XML encoding for the Backdrop object or reconstructs the object state from XML encoding.  
Top

Public Events

 NameDescription
Public EventChangeFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.Item)
Public EventPostDrawFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.DrawCustomizableItem)
Public EventPreDrawFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.DrawCustomizableItem)
Top

See Also