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


In This Topic
SeriesIndex Property (AnnotationBase)
In This Topic
Gets or sets the data series index of the annotation.
Syntax
'Declaration
 
Public Property SeriesIndex As Integer
 
'Usage
 
Dim instance As AnnotationBase
Dim value As Integer
 
instance.SeriesIndex = value
 
value = instance.SeriesIndex
See Also