Click or drag to resize
AbstractChartNode Methods

The AbstractChartNode type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAttribute
Gets the value of an attribute.
Public methodGetBooleanAttribute
Convenience routine to get a Boolean-valued attribute.
Public methodGetColorAttribute
Convenience routine to get a Color-valued attribute.
Public methodGetDoubleAttribute
Convenience routine to get a Double-valued attribute.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIntegerAttribute
Convenience routine to get an Integer-valued attribute.
Public methodGetStringAttribute
Convenience routine to get a String-valued attribute.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetX
Returns the "X" attribute value.
Public methodGetY
Returns the "Y" attribute value.
Public methodIsAncestorOf
Determines if this node is an ancestor of the argument node.
Public methodIsAttributeSet
Determines if an attribute is defined (may have been inherited).
Public methodIsAttributeSetAtThisNode
Determines if an attribute is defined in this node (not inherited).
Public methodStatic memberIsBitSet
Returns true if the bit set in flag is set in mask.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the node from its parents list of children.
Public methodSetAttribute
Sets an attribute.
Public methodSetX
Sets the "X" attribute value.
Public methodSetY
Sets the "Y" attribute value.
Public methodToString
Returns the name of this chart node.
(Overrides ObjectToString.)
Top
See Also