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

In This Topic
    ItemFormatter Property (WaterfallTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartSeriesBase<T>.ItemFormatter. Sets the itemFormatter client-side function name for specific series
    Syntax
    'Declaration
     
    Public Property ItemFormatter As String
    public string ItemFormatter {get; set;}
    See Also