LegendCell Class

Definition

Represents a legend cell in a legend item.

public ref class LegendCell : System::Windows::Forms::DataVisualization::Charting::ChartNamedElement
public class LegendCell : System.Windows.Forms.DataVisualization.Charting.ChartNamedElement
type LegendCell = class
    inherit ChartNamedElement
Public Class LegendCell
Inherits ChartNamedElement
Inheritance

Remarks

A legend is populated with legend items, which are represented by the LegendItemsCollection. These legend items consist of individual legend cells, which are in turn represented by the LegendCellCollection.

Constructors

LegendCell()

Initializes a new instance of the LegendCell class.

LegendCell(LegendCellType, String)

Initializes a new instance of the LegendCell class with the specified cell type and a text parameter that specifies the cell text or image name.

LegendCell(LegendCellType, String, ContentAlignment)

Initializes a new instance of the LegendCell class with the specified cell type, content alignment, and a text parameter that specifies the cell text or image name.

LegendCell(String)

Initializes a new instance of the LegendCell class with a text parameter that specifies the cell text or image name.

Properties

Alignment

Gets or sets the alignment of the legend cell contents.

BackColor

Gets or sets the background color of the legend cell.

CellSpan

Gets or sets the number of horizontal cells used to draw the contents of the legend cell.

CellType

Gets or sets the legend cell type that is used to define the contents of the legend cell.

Font

Gets or sets the font for the legend cell.

ForeColor

Gets or sets the text color of the legend cell.

Image

Gets or sets the name of the image in a legend cell.

ImageSize

Gets or sets the size of the image in a legend cell.

ImageTransparentColor

Gets or sets a color which will be replaced with a transparent color when the image is drawn.

Legend

Gets the legend in which this cell belongs.

LegendItem

Gets the legend item in which this cell belongs.

Margins

Gets or sets the margins of the legend cell.

Name

Gets or sets the name of the legend cell.

SeriesSymbolSize

Gets or sets the size of the series symbol that is displayed in the legend cell.

Tag

Gets or sets an object associated with this chart element.

(Inherited from ChartElement)
Text

Gets or sets the legend cell text.

ToolTip

Gets or sets the tooltip text for the legend cell.

Methods

Dispose()

Releases the resources used by the ChartElement.

(Inherited from ChartElement)
Dispose(Boolean)

Releases the unmanaged resources used by the LegendCell and optionally releases the managed resources.

Equals(Object)

Determines whether the specified Object is equal to the current ChartElement.

(Inherited from ChartElement)
GetHashCode()

Returns a hash function for a particular type.

(Inherited from ChartElement)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current Object.

(Inherited from ChartElement)

Applies to