ComponentOne FlexChart for WinForms
SeriesIndex Property


C1.Win.Chart.Annotation Namespace > AnnotationBase Class : SeriesIndex Property
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
public int SeriesIndex {get; set;}
See Also

Reference

AnnotationBase Class
AnnotationBase Members