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