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


In This Topic
AnnotationStyle Property
In This Topic
Gets or sets the style of annotation.
Syntax
'Declaration
 
Public Property AnnotationStyle As ChartStyle
 
'Usage
 
Dim instance As AnnotationBase
Dim value As ChartStyle
 
instance.AnnotationStyle = value
 
value = instance.AnnotationStyle
See Also