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

In This Topic
    SelectionIndex Property (FinancialChartTagHelper)
    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