ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc 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
     
    
    Public Property SeriesIndex As Integer
    public int SeriesIndex {get; set;}
    Remarks
    Applies only when the Attachment property is set to DataIndex.
    See Also