Bearbeiten

ChartNamedElement Class

Definition

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.

public ref class ChartNamedElement abstract : System::Windows::Forms::DataVisualization::Charting::ChartElement
public abstract class ChartNamedElement : System.Windows.Forms.DataVisualization.Charting.ChartElement
type ChartNamedElement = class
    inherit ChartElement
Public MustInherit Class ChartNamedElement
Inherits ChartElement
Inheritance
ChartNamedElement
Derived

Constructors

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.

Properties

Name

Gets or sets the name of the chart element.

Tag

Gets or sets an object associated with this chart element.

(Inherited from ChartElement)

Methods

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(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)

Applies to