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

In This Topic
    SeriesVisibilityChanged Property (FlexRadarTagHelper)
    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