ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / PolygonTagHelper Class / SeriesIndex Property

In This Topic
    SeriesIndex Property (PolygonTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.AnnotationBase.SeriesIndex. 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