Draws a point at the specified coordinates.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
C# Copy Code |
---|
void DrawPoint ( |
Visual Basic Copy Code |
---|
Sub DrawPoint( _ |
A Pen object that determines the color, width, and style of the point.
The x-coordinate of the point.
The y-coordinate of the point.