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

In This Topic
    SelectionIndex Property (FlexChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexChartCore<T>.SelectionIndex. Sets the index of selected chart series.
    Syntax
    'Declaration
     
    Public Property SelectionIndex As Nullable(Of Integer)
    public Nullable<int> SelectionIndex {get; set;}
    See Also