See Also

Line Class  | Line Members

Language

Visual Basic

C#

Show All

style
Specifies line information used to draw the line.
startPoint
Specifies the start point of the line.
endPoint
Specifies the end point of the line.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

Line Constructor

Initializes a new instance of the Line class.

[Visual Basic]
Public Function New( _    ByVal style As Line, _    ByVal startPoint As PointF, _    ByVal endPoint As PointF _ )
[C#]
public Line(    Line style,    PointF startPoint,    PointF endPoint );

Parameters

style
Specifies line information used to draw the line.
startPoint
Specifies the start point of the line.
endPoint
Specifies the end point of the line.

See Also

Line Class  | Line Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.