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


The following tables list the members exposed by Title.

Public Constructors

 NameDescription
Public ConstructorTitle ConstructorInitializes a new instance of the Title class.  
Top

Public Properties

 NameDescription
Public PropertyAlignmentGets or sets the text alignment for the title object.  
Public PropertyAntiAliasModeFor internal use only. (Inherited from DrawCustomizableItem)
Public PropertyBackdropGets or sets the Backdrop object for the title.  
Public PropertyBorderGets or sets the border to draw around the title object.  
Public PropertyContextMenuFor internal use only. (Inherited from MouseEnabledItem)
Public PropertyCustomBorderDrawerGets or sets the custom border draw implementation class.  
Public PropertyDockAreaGets or sets the chart area to which the title will be docked.  
Public PropertyDockingGets or sets the enumerated dock type value for the title.  
Public PropertyFontGets or sets the font information used to draw the title text.  
Public PropertyNameOverridden. Gets or sets the name of the Title object as string.  
Public PropertyTextGets or sets the text to display for the Title object.  
Public PropertyVisibleGets or sets a value indicating whether the Title object is visible.  
Top

Public Methods

 NameDescription
Public MethodCloneOverridden. Creates a clone of the Title object.  
Public MethodDisposeFor internal use only. (Inherited from MouseEnabledComponent)
Public MethodGetObjectDataGets serialization information with all of the data needed to reinstantiate this object.  
Public MethodInternalGetParentsFor internal use only. (Inherited from Item)
Public MethodOnMouseDownFor internal use only. (Inherited from MouseEnabledItem)
Public MethodOnMouseEnterFor internal use only. (Inherited from MouseEnabledItem)
Public MethodOnMouseHoverFor internal use only. (Inherited from MouseEnabledItem)
Public MethodOnMouseLeaveFor internal use only. (Inherited from MouseEnabledItem)
Public MethodOnMouseMoveFor internal use only. (Inherited from MouseEnabledItem)
Public MethodOnMouseUpFor internal use only. (Inherited from MouseEnabledItem)
Public MethodOnMouseWheelFor internal use only. (Inherited from MouseEnabledItem)
Public MethodToStringOverridden. Returns a string that represents the current Title object.  
Top

Public Events

 NameDescription
Public EventChangeFor internal use only. (Inherited from Item)
Public EventDisposedFor internal use only. (Inherited from MouseEnabledComponent)
Public EventMouseDownFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseEnterFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseHoverFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseLeaveFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseMoveFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseUpFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseWheelFor internal use only. (Inherited from MouseEnabledItem)
Public EventPostDrawFor internal use only. (Inherited from DrawCustomizableItem)
Public EventPreDrawFor internal use only. (Inherited from DrawCustomizableItem)
Top

See Also