ComponentOne FinancialChart for WPF
C1.WPF.Chart.Annotation Namespace / AnnotationBase Class / SeriesIndex Property



In This Topic
    SeriesIndex Property
    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
    public int SeriesIndex {get; set;}
    public:
    property int SeriesIndex {
       int get();
       void set (    int value);
    }
    See Also