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

In This Topic
    Visibility Property (WaterfallTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartSeriesBase<T>.Visibility. Sets an enumerated value indicating whether and where the series appears.
    Syntax
    'Declaration
     
    Public Property Visibility As SeriesVisibility
    public SeriesVisibility Visibility {get; set;}
    See Also