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

In This Topic
    Titles Property (PivotFlexPieTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexPieBase<T>.Titles. Sets the pie titles.
    Syntax
    'Declaration
     
    Public Overridable Property Titles As String
    public virtual string Titles {get; set;}
    See Also