Draws a line connecting the two points specified by coordinate pairs.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
C# Copy Code |
---|
void DrawLine ( |
Visual Basic Copy Code |
---|
Sub DrawLine( _ |
A Pen object that determines the color, width, and style of the line.
The x-coordinate of the first point.
The y-coordinate of the first point.
The x-coordinate of the second point.
The y-coordinate of the second point.