The AbstractChartNode type exposes the following members.

Methods

NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetAttribute
Gets the value of an attribute.
GetBooleanAttribute
Convenience routine to get a Boolean-valued attribute.
GetColorAttribute
Convenience routine to get a Color-valued attribute.
GetDoubleAttribute
Convenience routine to get a Double-valued attribute.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetIntegerAttribute
Convenience routine to get an Integer-valued attribute.
GetStringAttribute
Convenience routine to get a String-valued attribute.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetX
Returns the "X" attribute value.
GetY
Returns the "Y" attribute value.
IsAncestorOf
Determines if this node is an ancestor of the argument node.
IsAttributeSet
Determines if an attribute is defined (may have been inherited).
IsAttributeSetAtThisNode
Determines if an attribute is defined in this node (not inherited).
IsBitSet
Returns true if the bit set in flag is set in mask.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove
Removes the node from its parents list of children.
SetAttribute
Sets an attribute.
SetX
Sets the "X" attribute value.
SetY
Sets the "Y" attribute value.
ToString
Returns the name of this chart node.
(Overrides Object..::.ToString()()().)

See Also