The ChartNode 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.)
FirePickListeners
Invokes the pick delegates defined at this node and at all of its ancestors, if the event "hits" the node.
GetAttribute
Gets the value of an attribute.
(Inherited from AbstractChartNode.)
GetBooleanAttribute
Convenience routine to get a Boolean-valued attribute.
(Inherited from AbstractChartNode.)
GetChildren
Gets the list of child nodes.
GetColorAttribute
Convenience routine to get a Color-valued attribute.
(Inherited from AbstractChartNode.)
GetComponent
Gets the "Component" attribute value.
GetConcatenatedViewport
Returns the value of the "Viewport" attribute concatenated with the "Viewport" attributes set in its ancestor nodes.
GetDoubleAttribute
Convenience routine to get a Double-valued attribute.
(Inherited from AbstractChartNode.)
GetFillPaint
Returns the "FillPaint" attribute value.
GetGradient
Returns the value of the "Gradient" attribute.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetIntegerAttribute
Convenience routine to get an Integer-valued attribute.
(Inherited from AbstractChartNode.)
GetLineDashPattern
Returns the "LineDashPattern" attribute value.
GetMarkerDashPattern
Returns the "MarkerDashPattern" attribute value.
GetScreenViewport
Returns the value of the "Viewport" attribute scaled by the screen size.
GetStringAttribute
Convenience routine to get a String-valued attribute.
(Inherited from AbstractChartNode.)
GetTitle
Returns the value of the "Title" attribute.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetViewport
Returns the value of the "Viewport" attribute.
GetWebComponent
Gets the "Component" attribute value.
GetX
Returns the "X" attribute value.
(Inherited from AbstractChartNode.)
GetY
Returns the "Y" attribute value.
(Inherited from AbstractChartNode.)
IsAncestorOf
Determines if this node is an ancestor of the argument node.
(Inherited from AbstractChartNode.)
IsAttributeSet
Determines if an attribute is defined (may have been inherited).
(Inherited from AbstractChartNode.)
IsAttributeSetAtThisNode
Determines if an attribute is defined in this node (not inherited).
(Inherited from AbstractChartNode.)
IsBitSet
Determins if the bit set in flag is set in mask.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnPick
Invokes delegates registered with the Pick event.
Paint
Paints this node and all of its children.
PrePaint
The PrePaint method is called in all nodes in a chart just before the chart is painted. The default implementation does nothing. Override this method to do computations just before painting in a chart node.
Remove
Removes the node from its parents list of children.
(Inherited from AbstractChartNode.)
SetAttribute
Sets an attribute.
(Inherited from AbstractChartNode.)
SetFillPaintOverloaded.
SetGradientOverloaded.
SetLineDashPattern
Sets the "LineDashPattern" attribute value.
SetMarkerDashPattern
Sets the "MarkerDashPattern" attribute value.
SetTitleOverloaded.
SetViewportOverloaded.
SetX
Sets the "X" attribute value.
(Inherited from AbstractChartNode.)
SetY
Sets the "Y" attribute value.
(Inherited from AbstractChartNode.)
ToString
Returns the name of this chart node.
(Inherited from AbstractChartNode.)

See Also