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

In This Topic
    SeriesVisibilityChanged Property (PivotFlexChartTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexChartCore<T>.OnClientSeriesVisibilityChanged client event. Occurs when the series visibility changes
    Syntax
    'Declaration
     
    Public Property SeriesVisibilityChanged As String
    public string SeriesVisibilityChanged {get; set;}
    See Also