ChartElement Class
Definition
Base class for all the chart elements. The ChartElement class represents the most basic element of the chart element hierarchy.
public ref class ChartElement abstract : IDisposable
public abstract class ChartElement : IDisposable
type ChartElement = class
interface IDisposable
Public MustInherit Class ChartElement
Implements IDisposable
- Inheritance
-
ChartElement
- Derived
- Implements
Constructors
ChartElement() |
Initializes a new instance of the ChartElement class. |
Properties
Tag |
Gets or sets an object associated with this chart element. |
Methods
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. |
GetHashCode() |
Returns a hash function for a particular type. |
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. |