ComponentOne FinancialChart for WinForms
C1.Win.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
     
    
    <C1DescriptionAttribute("Annotation.AnnotationBase.SeriesIndex", "Gets or sets the data series index of the annotation.")>
    Public Property SeriesIndex As Integer
    [C1Description("Annotation.AnnotationBase.SeriesIndex", "Gets or sets the data series index of the annotation.")]
    public int SeriesIndex {get; set;}
    See Also