Appends a line segment to the current figure.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
void AddLine ( |
Visual Basic
Copy Code
|
|---|
Sub AddLine( _ |
The x-coordinate of the starting point of the line.
The y-coordinate of the starting point of the line.
The x-coordinate of the endpoint of the line.
The y-coordinate of the endpoint of the line.
See Also