C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.Point
 
'Usage
 
Dim instance As Line
Dim value As Xamarin.Forms.Point
 
instance.End = value
 
value = instance.End
See Also