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

In This Topic
    ItemFormatter Property (PivotFlexChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexChartBase<T>.ItemFormatter. Sets the name of the item formatter function that allows you to customize the appearance of data points.
    Syntax
    'Declaration
     
    Public Overridable Property ItemFormatter As String
    public virtual string ItemFormatter {get; set;}
    See Also