Glossary Item Box
The methods of the XYPlotter control are listed below. For one complete list of the members of this control to see: XYPlotter Members.
| Name | Description |
Clear |
It cancels the content of the entire surface of drawing of the control. |
DrawArc |
Draws an arc representing a portion of an ellipse specified by a RectangleF structure. |
DrawClosedSpline |
Draws a closed cardinal spline defined by an array of PointF structures using a specified tension. |
DrawEllipse |
Draws an ellipse defined by a bounding RectangleF. |
DrawLines |
Draws a series of line segments that connect an array of PointF structures. |
DrawPath |
Fills the interior of a GraphicsPath object. |
DrawPoint |
Draw a point. |
DrawPolygon |
Draws a polygon defined by an array of PointF structures. |
DrawRectangle |
Draws a rectangle specified by a Rectangle structure. |
DrawSpline |
Draws a cardinal spline through a specified array of PointF structures using a specified tension. |
FillClosedSpline |
Fills the interior a closed cardinal spline curve defined by an array of PointF structures. |
FillEllipse |
Fills the interior of an ellipse defined by a bounding rectangle specified by a RectangleF structure. |
FillPath |
Fills the interior of a GraphicsPath object. |
FillPolygon |
Fills the interior of a polygon defined by an array of points specified by PointF structures. |
FillRectangle |
Fills the interior of a rectangle specified by a Rectangle structure. |
SavePicture |
Save the entire drawing surface of the control in a graphic file. |
Copyright © 2007 LabDevTools. All Rights Reserved.