The Title type exposes the following members.

Methods

  Name Description
Public method 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.
Public method 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.
Public method 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.
Public method 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.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ResetLocationDefault
Resets the Title location so it is calculated automatically.
Public method ResetSizeDefault
Resets Title size so it is calculated automatically.
Public method ResetStyle
Resets Title style inheritance state.
Public method ShouldSerializeLocationDefault
Returns false if the Title LocationDefault property is in the default state.
Public method ShouldSerializeSizeDefault
Returns false if the Title SizeDefault property is in the default state.
Public method ShouldSerializeStyle
Returns false if the Title Style property is in the default state.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Compass
Gets or sets the general positioning of the title.
Public property Image
Gets or sets the image.
Public property Location
Gets or sets the location of the title in chart control client coordinates.
Public property LocationDefault
Gets or sets the default location of the title.
Public property Rtf
Gets or sets the formatted text.
Public property Size
Gets or sets the size of the title in chart control client coordinates.
Public property SizeDefault
Gets or sets the default size of the title.
Public property Style
Gets the title style.
Public property Text
Gets or set title text.
Public property TooltipText
Gets or sets the tooltip text.
Public property Visible
Gets or sets the title visibility.

See Also