C1.iOS.Chart Assembly / C1.iOS.Chart.Annotation Namespace / AnnotationBase Class / IsEnabled Property


In This Topic
IsEnabled Property (AnnotationBase)
In This Topic
Gets or sets a value indicating whether annotation is visible.
Syntax
'Declaration
 
Public Property IsEnabled As Boolean
 
'Usage
 
Dim instance As AnnotationBase
Dim value As Boolean
 
instance.IsEnabled = value
 
value = instance.IsEnabled
See Also