C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / GetY Method


In This Topic
GetY Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getY", 
   "()F", 
   "GetGetYHandler", 
   ApiSince=11)>
Public Overridable Function GetY() As Single
 
'Usage
 
Dim instance As AnnotationLayer
Dim value As Single
 
value = instance.GetY()
See Also