C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Line Class / AnchorY Property


In This Topic
AnchorY Property (Line)
In This Topic
Syntax
'Declaration
 
Public Property AnchorY As Double
 
'Usage
 
Dim instance As Line
Dim value As Double
 
instance.AnchorY = value
 
value = instance.AnchorY
See Also