Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Interaction Namespace / C1LineMarker Class / Notify Method


In This Topic
    Notify Method (C1LineMarker)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("notify", 
       "()V", 
       "")>
    Public Sub Notify() 
    'Usage
     
    
    Dim instance As C1LineMarker
     
    instance.Notify()
    [Android.Runtime.Register("notify", 
       "()V", 
       "")]
    public void Notify()
    See Also