The Title type exposes the following members.
          
            
Methods
        
| Name | Description | |
|---|---|---|
| 
                 | 
              AppendRtfText(String, Color) | 
                 
            Appends the specified text to the Rft string using the
            specified color and the object default font.  Transparent
            colors cannot be used by an Rtf rendering.
             
               | 
            
| 
                 | 
              AppendRtfText(String, Font) | 
                 
            Appends the specified text to the Rft string using the
            object ForeColor and the specified font.  Transparent
            colors cannot be used for an Rtf rendering.
             
               | 
            
| 
                 | 
              AppendRtfText(String, Color, Font) | 
                 
            Appends the specified text to the Rtf string using the
            specified color and font.  Transparent colors cannot
            be used for an Rtf rendering.
             
               | 
            
| 
                 | 
              AppendRtfText(String, Color, Font, HorizontalAlignment) | 
                 
            Appends the specified text to the Rtf string using the
            specified color, font and alignment.  Transparent colors cannot
            be used for an Rtf rendering.
             
               | 
            
| 
                 | 
              Equals | (Inherited from Object.) | 
| 
                 | 
              Finalize | 
                 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                  (Inherited from Object.) | 
            
| 
                 | 
              GetHashCode | 
                 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | 
            
| 
                 | 
              GetType | 
                 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | 
            
| 
                 | 
              MemberwiseClone | 
                 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | 
            
| 
                 | 
              ResetLocationDefault | 
                 
            Resets the Title location so it is calculated automatically.
             
               | 
            
| 
                 | 
              ResetSizeDefault | 
                 
            Resets Title size so it is calculated automatically.
             
               | 
            
| 
                 | 
              ResetStyle | 
                 
            Resets Title style inheritance state.
             
               | 
            
| 
                 | 
              ShouldSerializeLocationDefault | 
                 
            Returns false if the Title LocationDefault property is in the default state.
             
               | 
            
| 
                 | 
              ShouldSerializeSizeDefault | 
                 
            Returns false if the Title SizeDefault property is in the default state.
             
               | 
            
| 
                 | 
              ShouldSerializeStyle | 
                 
            Returns false if the Title Style property is in the default state.
             
               | 
            
| 
                 | 
              ToString | (Inherited from Object.) | 
          
            
Properties
        
| Name | Description | |
|---|---|---|
| 
                 | 
              Compass | 
                 
            Gets or sets the general positioning of the title.
             
               | 
            
| 
                 | 
              Image | 
                 
            Gets or sets the image.
             
               | 
            
| 
                 | 
              Location | 
                 
            Gets or sets the location of the title in chart control client coordinates.
             
               | 
            
| 
                 | 
              LocationDefault | 
                 
            Gets or sets the default location of the title.
             
               | 
            
| 
                 | 
              Rtf | 
                 
            Gets or sets the formatted text.
             
               | 
            
| 
                 | 
              Size | 
                 
            Gets or sets the size of the title in chart control client coordinates.
             
               | 
            
| 
                 | 
              SizeDefault | 
                 
            Gets or sets the default size of the title.
             
               | 
            
| 
                 | 
              Style | 
                 
            Gets the title style. 
             
               | 
            
| 
                 | 
              Text | 
                 
            Gets or set title text.
             
               | 
            
| 
                 | 
              TooltipText | 
                 
            Gets or sets the tooltip text.
             
               | 
            
| 
                 | 
              Visible | 
                 
            Gets or sets the title visibility.
             
               |