ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotFlexChartTagHelper Class / SelectionChanged Property

In This Topic
    SelectionChanged Property (PivotFlexChartTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexChartBase<T>.OnClientSelectionChanged client event. Occurs after the selection changes, whether programmatically or when the user clicks the chart.
    Syntax
    'Declaration
     
    Public Overridable Property SelectionChanged As String
    public virtual string SelectionChanged {get; set;}
    See Also