C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / Chart Property


In This Topic
Chart Property (AnnotationLayer)
In This Topic
Gets or sets the associated chart.
Syntax
'Declaration
 
Public Property Chart As FlexChart
 
'Usage
 
Dim instance As AnnotationLayer
Dim value As FlexChart
 
instance.Chart = value
 
value = instance.Chart
See Also