C1.Android.Chart Assembly / C1.Android.Chart Namespace / FlexChart Class / RequestPointerCapture Method


In This Topic
RequestPointerCapture Method (FlexChart)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("requestPointerCapture", 
   "()V", 
   "GetRequestPointerCaptureHandler", 
   ApiSince=26)>
Public Overridable Sub RequestPointerCapture() 
 
'Usage
 
Dim instance As FlexChart
 
instance.RequestPointerCapture()
See Also