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

In This Topic
    Footer Property (PivotFlexChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexChartBase<T>.Footer. Sets the text displayed in the chart footer.
    Syntax
    'Declaration
     
    Public Property Footer As String
    public string Footer {get; set;}
    See Also