Chart Methods |
The Chart type exposes the following members.
Name | Description | |
---|---|---|
AddLegendItem |
Adds a Legend to a ChartNode.
| |
Clone |
Returns a clone of the graphics tree.
| |
Copy |
Copy the chart to the clipboard.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Finalize disposes the image buffer.
(Overrides ObjectFinalize.) | |
FirePickListeners |
Invokes the pick delegates defined at this node and at all of its
ancestors, if the event "hits" the node.
(Inherited from ChartNode.) | |
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.
(Inherited from ChartNode.) | |
GetColorAttribute |
Convenience routine to get a Color-valued attribute.
(Inherited from AbstractChartNode.) | |
GetComponent |
Gets the "Component" attribute value.
(Inherited from ChartNode.) | |
GetConcatenatedViewport |
Returns the value of the "Viewport" attribute concatenated with the
"Viewport" attributes set in its ancestor nodes.
(Inherited from ChartNode.) | |
GetDoubleAttribute |
Convenience routine to get a Double-valued attribute.
(Inherited from AbstractChartNode.) | |
GetFillPaint |
Returns the "FillPaint" attribute value.
(Inherited from ChartNode.) | |
GetGradient |
Returns the value of the "Gradient" attribute.
(Inherited from ChartNode.) | |
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.
(Inherited from ChartNode.) | |
GetMarkerDashPattern |
Returns the "MarkerDashPattern" attribute value.
(Inherited from ChartNode.) | |
GetScreenViewport |
Returns the value of the "Viewport" attribute scaled by the screen
size.
(Inherited from ChartNode.) | |
GetStringAttribute |
Convenience routine to get a String-valued attribute.
(Inherited from AbstractChartNode.) | |
GetTitle |
Returns the value of the "Title" attribute.
(Inherited from ChartNode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetViewport |
Returns the value of the "Viewport" attribute.
(Inherited from ChartNode.) | |
GetWebComponent |
Gets the "Component" attribute value.
(Inherited from ChartNode.) | |
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.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnPick |
Invokes delegates registered with the Pick event.
(Inherited from ChartNode.) | |
Paint(Graphics) |
Paints this node and all of its children.
| |
Paint(Draw) |
Paints this node and all of its children.
(Overrides ChartNodePaint(Draw).) | |
PaintChart |
Draw the chart using the given Graphics object.
| |
PaintImage |
Returns an Image of the chart.
| |
Pick |
Invoke the pick delegates for the nodes hit by the event.
| |
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.
(Inherited from ChartNode.) | |
PrintGraphics |
This method prints the chart on a single page.
| |
Remove |
Removes the node from its parents list of children.
(Inherited from AbstractChartNode.) | |
Repaint |
Prepares the chart to be repainted by deleting any double buffering
image.
| |
SetAttribute |
Sets an attribute.
(Inherited from AbstractChartNode.) | |
SetComponent |
Sets the "Component" attribute value.
| |
SetFillPaint(Brush) |
Sets the value of the "FillPaint" attribute.
(Inherited from ChartNode.) | |
SetFillPaint(Image) |
Sets the "FillPaint" attribute value.
(Inherited from ChartNode.) | |
SetFillPaint(Uri) |
Sets the "FillPaint" attribute value.
(Inherited from ChartNode.) | |
SetGradient(Color) |
Sets the value of the "Gradient" attribute.
(Inherited from ChartNode.) | |
SetGradient(Color, Color, Color, Color) |
Sets the value of the "Gradient" attribute.
(Inherited from ChartNode.) | |
SetLineDashPattern |
Sets the "LineDashPattern" attribute value.
(Inherited from ChartNode.) | |
SetMarkerDashPattern |
Sets the "MarkerDashPattern" attribute value.
(Inherited from ChartNode.) | |
SetTitle(String) |
Sets the value of the "Title" attribute.
(Inherited from ChartNode.) | |
SetTitle(Text) |
Sets the value of the "Title" attribute.
(Inherited from ChartNode.) | |
SetViewport(Double) |
Used to specify the viewport location.
(Inherited from ChartNode.) | |
SetViewport(Double, Double, Double, Double) |
Used to specify the viewport location.
(Inherited from ChartNode.) | |
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.) | |
Update |
Update the chart when its component is damaged.
The component can be damaged when the window containing it is iconified
or is overlapped by another window.
| |
WritePNG |
Writes the chart as an PNG file.
|