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


pen
color
point1
point2
Animates and draws a line connecting the two points specified by coordinate pairs.

Syntax

Visual Basic (Declaration)  
Public Sub DrawLineA( _
   ByVal pen As Pen, _
   ByVal color As ColorA, _
   ByVal point1 As PointA, _
   ByVal point2 As PointA _
) 
Visual Basic (Usage) Copy Code
Dim instance As ChartGraphics
Dim pen As Pen
Dim color As ColorA
Dim point1 As PointA
Dim point2 As PointA
 
instance.DrawLineA(pen, color, point1, point2)
C#  
public void DrawLineA( 
   Pen pen,
   ColorA color,
   PointA point1,
   PointA point2
)

Parameters

pen
color
point1
point2

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.