ChartElement Class
Base class for all the chart elements. The ChartElement class represents the most basic element of the chart element hierarchy.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
System.Web.UI.DataVisualization.Charting::ChartElement
System.Web.UI.DataVisualization.Charting::AnnotationPathPoint
System.Web.UI.DataVisualization.Charting::BorderSkin
System.Web.UI.DataVisualization.Charting::ChartGraphics
System.Web.UI.DataVisualization.Charting::ChartNamedElement
System.Web.UI.DataVisualization.Charting::ElementPosition
System.Web.UI.DataVisualization.Charting::LabelStyle
System.Web.UI.DataVisualization.Charting::StripLine
| Name | Description | |
|---|---|---|
![]() | ChartElement() | Initializes a new instance of the ChartElement class. |
| Name | Description | |
|---|---|---|
![]() | Tag | Gets or sets an object associated with this chart element. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources used by the ChartElement. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the ChartElement and optionally releases the managed resources. |
![]() | Equals(Object^) | Determines whether the specified Object is equal to the current ChartElement.(Overrides Object::Equals(Object^).) |
![]() | 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.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current Object.(Overrides Object::ToString().) |
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.


