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


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