This documentation is archived and is not being maintained.
ChartNamedElement Class
Visual Studio 2010
Represents the base class for most chart elements. Chart elements such as series, chart areas, and legends must have unique names, and reuse the unique name generation and validation logic provided by the ChartNamedElementCollection<T> class.
System::Object
System.Web.UI.DataVisualization.Charting::ChartElement
System.Web.UI.DataVisualization.Charting::ChartNamedElement
More...
System.Web.UI.DataVisualization.Charting::ChartElement
System.Web.UI.DataVisualization.Charting::ChartNamedElement
More...
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
The ChartNamedElement type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChartNamedElement() | Initializes a new instance of the ChartNamedElement class. |
![]() | ChartNamedElement(String) | Initializes a new instance of the ChartNamedElement class with the specified chart element name. |
| Name | Description | |
|---|---|---|
![]() | Name | Gets or sets the name of the chart element. |
![]() | Tag | Gets or sets an object associated with this chart element. (Inherited from ChartElement.) |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources used by the ChartElement. (Inherited from ChartElement.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the ChartElement and optionally releases the managed resources. (Inherited from ChartElement.) |
![]() | 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.) |
![]() | 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.
System::Object
System.Web.UI.DataVisualization.Charting::ChartElement
System.Web.UI.DataVisualization.Charting::ChartNamedElement
System.Web.UI.DataVisualization.Charting::Annotation
System.Web.UI.DataVisualization.Charting::Axis
System.Web.UI.DataVisualization.Charting::ChartArea
System.Web.UI.DataVisualization.Charting::CustomLabel
System.Web.UI.DataVisualization.Charting::DataPointCustomProperties
System.Web.UI.DataVisualization.Charting::Legend
System.Web.UI.DataVisualization.Charting::LegendCell
System.Web.UI.DataVisualization.Charting::LegendCellColumn
System.Web.UI.DataVisualization.Charting::LegendItem
System.Web.UI.DataVisualization.Charting::MapArea
System.Web.UI.DataVisualization.Charting::NamedImage
System.Web.UI.DataVisualization.Charting::Title
System.Web.UI.DataVisualization.Charting::ChartElement
System.Web.UI.DataVisualization.Charting::ChartNamedElement
System.Web.UI.DataVisualization.Charting::Annotation
System.Web.UI.DataVisualization.Charting::Axis
System.Web.UI.DataVisualization.Charting::ChartArea
System.Web.UI.DataVisualization.Charting::CustomLabel
System.Web.UI.DataVisualization.Charting::DataPointCustomProperties
System.Web.UI.DataVisualization.Charting::Legend
System.Web.UI.DataVisualization.Charting::LegendCell
System.Web.UI.DataVisualization.Charting::LegendCellColumn
System.Web.UI.DataVisualization.Charting::LegendItem
System.Web.UI.DataVisualization.Charting::MapArea
System.Web.UI.DataVisualization.Charting::NamedImage
System.Web.UI.DataVisualization.Charting::Title
Show:


