This documentation is archived and is not being maintained.
LegendCellColumn Class
Visual Studio 2010
Represents a cell column in a legend, which is used to extend the functionality of the default legend.
System::Object
System.Web.UI.DataVisualization.Charting::ChartElement
System.Web.UI.DataVisualization.Charting::ChartNamedElement
System.Web.UI.DataVisualization.Charting::LegendCellColumn
System.Web.UI.DataVisualization.Charting::ChartElement
System.Web.UI.DataVisualization.Charting::ChartNamedElement
System.Web.UI.DataVisualization.Charting::LegendCellColumn
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
The LegendCellColumn type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | LegendCellColumn() | Initializes a new instance of the LegendCellColumn class. |
![]() | LegendCellColumn(String, LegendCellColumnType, String) | Initializes a new instance of the LegendCellColumn class with the specified header text, column type and column cell text. |
![]() | LegendCellColumn(String, LegendCellColumnType, String, ContentAlignment) | Initializes a new instance of the LegendCellColumn class with the specified header text, column type, column cell text and content alignment. |
| Name | Description | |
|---|---|---|
![]() | Alignment | Gets or sets the legend column content alignment. |
![]() | BackColor | Gets or sets the background color of the legend cell column. |
![]() | ColumnType | Gets or sets the legend cell column type. |
![]() | Font | Gets or sets the font for the legend column text. |
![]() | ForeColor | Gets or sets the text color of the legend cell column. |
![]() | HeaderAlignment | Gets or sets the horizontal text alignment of the legend cell column header. |
![]() | HeaderBackColor | Gets or sets the background color for the legend cell column header. |
![]() | HeaderFont | Gets or sets the font used in the legend column header. |
![]() | HeaderForeColor | Gets or sets the color of the legend column header text (HeaderText property). |
![]() | HeaderText | Gets or sets the text for the legend cell column header. |
![]() | Legend | Gets the legend in which this legend cell column belongs. |
![]() | MapAreaAttributes | Gets or sets the map area attributes of the legend cell column. |
![]() | Margins | Gets or sets the margins of the legend cell column. |
![]() | MaximumWidth | Gets or sets the maximum width of the legend cell column. |
![]() | MinimumWidth | Gets or sets the minimum width of the legend cell column. |
![]() | Name | Gets or sets the name of the legend cell column. (Overrides ChartNamedElement::Name.) |
![]() | PostBackValue | Gets or sets the postback value that can be processed on a Click event. |
![]() | SeriesSymbolSize | Gets or sets the size of the series symbol displayed in a legend cell column. |
![]() | Tag | Gets or sets an object associated with this chart element. (Inherited from ChartElement.) |
![]() | Text | Gets or sets the text of the legend cell column. |
![]() | ToolTip | Gets or sets the tooltip text for the legend cell column. |
![]() | Url | Gets or sets the URL target of the legend cell columns automatically generated from a series or data point. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources used by the ChartElement. (Inherited from ChartElement.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the LegendCellColumn and optionally releases the managed resources. (Overrides ChartElement::Dispose(Boolean).) |
![]() | Equals | 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 | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ShouldSerializeMargins | Infrastructure. Determines whether the property should be serialized. For internal use only. |
![]() | ToString | Returns a string that represents the current Object. (Inherited from ChartElement.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:


