IMSL C# Numerical Library

AbstractChartNode Methods

The methods of the AbstractChartNode class are listed below. For a complete list of AbstractChartNode class members, see the AbstractChartNode Members topic.

Public Static Methods

IsBitSet Returns true if the bit set in flag is set in mask.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current 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 (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetIntegerAttribute Convenience routine to get an Integer-valued attribute.
GetStringAttribute Convenience routine to get a String-valued attribute.
GetType (inherited from Object) Gets the Type of the current instance.
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).
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.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace