ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / AnnotationBase Class / SeriesIndex Property

In This Topic
    SeriesIndex Property
    In This Topic
    A value that indicates the data series index of the annotation.
    Syntax
    'Declaration
     
    Public Property SeriesIndex As System.Integer
    public System.int SeriesIndex {get; set;}
    Remarks
    Applies only when the Attachment property is set to AnnotationAttachment.DataIndex.
    See Also