LegendCell Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a legend cell in a legend item.
public ref class LegendCell : System::Web::UI::DataVisualization::Charting::ChartNamedElement, System::Web::UI::DataVisualization::Charting::IChartMapArea
public class LegendCell : System.Web.UI.DataVisualization.Charting.ChartNamedElement, System.Web.UI.DataVisualization.Charting.IChartMapArea
type LegendCell = class
inherit ChartNamedElement
interface IChartMapArea
Public Class LegendCell
Inherits ChartNamedElement
Implements IChartMapArea
- Inheritance
- Implements
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 |
LegendCell(LegendCellType, String, ContentAlignment) |
Initializes a new instance of the LegendCell class with the specified cell type, content alignment, and a |
LegendCell(String) |
Initializes a new instance of the LegendCell class with a |
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. |
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. |
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. |
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) |