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

In This Topic
    Rendering Property (ATRTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.ChartSeriesBase<T>.OnClientRendering client event. Occurs when series is rendering.
    Syntax
    'Declaration
     
    Public Property Rendering As String
    public string Rendering {get; set;}
    See Also