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


In This Topic
SetBackgroundColor Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setBackgroundColor", 
   "(I)V", 
   "GetSetBackgroundColor_IHandler")>
Public Overridable Sub SetBackgroundColor( _
   ByVal color As Android.Graphics.Color _
) 
 
'Usage
 
Dim instance As AnnotationLayer
Dim color As Android.Graphics.Color
 
instance.SetBackgroundColor(color)

Parameters

color
See Also