Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / Line Class / End Property


In This Topic
    End Property
    In This Topic
    Gets or sets the end point of the line annotation.
    Syntax
    'Declaration
     
    
    Public Property End As C1Point
    'Usage
     
    
    Dim instance As Line
    Dim value As C1Point
     
    instance.End = value
     
    value = instance.End
    public C1Point End {get; set;}
    See Also