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

In This Topic
    SeriesIndex Property (LineMarkerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.LineMarker<T>.SeriesIndex. Sets the index of the series in the chart in which the LineMarker appears.
    Syntax
    'Declaration
     
    Public Property SeriesIndex As Nullable(Of Integer)
    public Nullable<int> SeriesIndex {get; set;}
    Remarks
    This only takes effect when the @see:Interaction property is set to Chart.LineMarkerInteraction.Move.
    See Also