The Title type exposes the following members.

Methods

  Name Description
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 ResetStyle
Resets the style to its default 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 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 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 sets title text.
Public property Visible
Gets or sets the title visibility.

See Also