The LegendSeriesItem type exposes the following members.

Constructors

  NameDescription
LegendSeriesItem
Initializes a new instance of the LegendSeriesItem class.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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.)
GetBadgeSize
Returns badge size.
(Inherited from LegendItem.)
GetFunction
Implements GetFunction(String).
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetObject
Implements GetObject(String).
GetSize
Returns the size of a legend item.
(Inherited from LegendItem.)
GetTextSize
Returns text size.
(Inherited from LegendItem.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnLegendItemChanged
Occures when a legend item has been changed.
(Inherited from LegendItem.)
PaintOverloaded.
PaintBadge (Overrides LegendItem..::.PaintBadge(GraphicStream, VectorRectangle).)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
ColumnNumber
Determines the column numder of the LegenItem.
(Inherited from LegendItem.)
ExpressionString
Gets or sets an expression to calculate a value that is displayed in the legend item.
(Inherited from LegendItem.)
Fill
Gets or sets the fill used for drawing.
(Inherited from LegendItem.)
Legend
Determines the specified legend.
(Inherited from LegendItem.)
RowNumber
Determines the row number of the LegenItem.
(Inherited from LegendItem.)
Series
Gets or sets legend series.
(Inherited from LegendItem.)
StartPoint
Gets or sets the coordinates of the left-up corner of the LegendItem.
(Inherited from LegendItem.)
Text
Overridden. See Text.
(Overrides LegendItem..::.Text.)

See Also