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


In This Topic
DrawableHotspotChanged Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("drawableHotspotChanged", 
   "(FF)V", 
   "GetDrawableHotspotChanged_FFHandler", 
   ApiSince=21)>
Public Overridable Sub DrawableHotspotChanged( _
   ByVal x As Single, _
   ByVal y As Single _
) 
 
'Usage
 
Dim instance As AnnotationLayer
Dim x As Single
Dim y As Single
 
instance.DrawableHotspotChanged(x, y)

Parameters

x
y
See Also