Dundas Chart for ASP.NET
DrawLine Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl.Svg Namespace > SvgRendering Class : DrawLine Method


point1
Point structure that represents the first point to connect.
point2
Point structure that represents the second point to connect.
Draws a line connecting the two points specified by coordinate pairs.

Syntax

Visual Basic (Declaration)  
Public Sub DrawLine( _
   ByVal point1 As PointF, _
   ByVal point2 As PointF _
) 
Visual Basic (Usage) Copy Code
Dim instance As SvgRendering
Dim point1 As PointF
Dim point2 As PointF
 
instance.DrawLine(point1, point2)
C#  
public void DrawLine( 
   PointF point1,
   PointF point2
)

Parameters

point1
Point structure that represents the first point to connect.
point2
Point structure that represents the second point to connect.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.