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

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