Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / Line Class / Line Constructor / Line Constructor(String,C1Point,C1Point)


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

    Parameters

    value
    start
    end
    See Also