ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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 System.Integer
    public System.int SeriesIndex {get; set;}
    See Also