ComponentOne FlexChart for WinForms
Line Constructor(String,PointF,PointF)


C1.Win.Chart.Annotation Namespace > Line Class > Line Constructor : Line Constructor(String,PointF,PointF)
Create an instance of Line.
Syntax
'Declaration
 
Public Function New( _
   ByVal content As String, _
   ByVal start As PointF, _
   ByVal end As PointF _
)
'Usage
 
Dim content As String
Dim start As PointF
Dim end As PointF
 
Dim instance As New Line(content, start, end)
public Line( 
   string content,
   PointF start,
   PointF end
)

Parameters

content
start
end
See Also

Reference

Line Class
Line Members
Overload List