The Legend 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 RectFromSeries
Public method ResetLocationDefault
Resets the Legend location so it is calculated automatically.
Public method ResetOrientation
Public method ResetSizeDefault
Resets Legend size so it is calculated automatically.
Public method ResetStyle
Resets Legend style inheritance state.
Public method SeriesFromCoord
Obtains the group and series indices of the legend entry nearest to the specified client coordinates. Mouse coordinates are specified in client coordinates.
Public method ShouldSerializeLocationDefault
Returns false if the Legend LocationDefault property is in the default state.
Public method ShouldSerializeOrientation
Public method ShouldSerializeSizeDefault
Returns false if the Legend SizeDefault property is in the default state.
Public method ShouldSerializeStyle
Returns false if the Legend 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 legend.
Public property Location
Gets or sets the location of the legend in chart control client coordinates.
Public property LocationDefault
Gets or sets the default location of the legend.
Public property Orientation
Gets or sets the orientation of the legend entries.
Public property Reversed
Determines the order of the ChartGroups in the legend.
Public property Size
Gets or sets the size of the legend in chart control client coordinates.
Public property SizeDefault
Gets or sets the default size of the legend.
Public property Style
Gets the legend style.
Public property Text
Gets or sets the primary text of the legend.
Public property TooltipText
Gets or sets the tooltip text.
Public property Visible
Gets or sets the legend visibility.

See Also