C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / AnnotationBase Class / AnnotationLayer Property


In This Topic
AnnotationLayer Property
In This Topic
Gets or sets the current layer of this annotation.
Syntax
'Declaration
 
Public Property AnnotationLayer As AnnotationLayer
 
'Usage
 
Dim instance As AnnotationBase
Dim value As AnnotationLayer
 
instance.AnnotationLayer = value
 
value = instance.AnnotationLayer

Property Value

The layer.
See Also