LegendCell Class
Represents a legend cell in a legend item.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
System.Web.UI.DataVisualization.Charting::ChartElement
System.Web.UI.DataVisualization.Charting::ChartNamedElement
System.Web.UI.DataVisualization.Charting::LegendCell
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | 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 to. |
![]() | LegendItem | Gets the legend item in which this cell belongs to. |
![]() | MapAreaAttributes | Gets or sets the map area attributes of the legend cell. |
![]() | Margins | Gets or sets the margins of the legend cell. |
![]() | Name | Gets or sets the name of the legend cell.(Overrides ChartNamedElement::Name.) |
![]() | PostBackValue | Gets or sets a postback value that can be processed on a Click event. |
![]() | 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. |
![]() | Url | Gets or sets the URL target of the legend cell. |
| Name | Description | |
|---|---|---|
![]() | 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.(Overrides ChartElement::Dispose(Boolean).) |
![]() | Equals(Object^) | Determines whether the specified Object is equal to the current ChartElement.(Inherited from ChartElement.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Returns a hash function for a particular type.(Inherited from ChartElement.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current Object.(Inherited from ChartElement.) |
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.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


