ComponentOne FinancialChart for WinForms
C1.Win.Chart.Annotation Namespace / Line Class / Line Constructor / Line Constructor(String,PointF,PointF)

In This Topic
    Line Constructor(String,PointF,PointF)
    In This Topic
    Create an instance of Line.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal content As String, _
       ByVal start As PointF, _
       ByVal end As PointF _
    )
    public Line( 
       string content,
       PointF start,
       PointF end
    )

    Parameters

    content
    start
    end
    See Also