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

In This Topic
    InnerText Property (PivotFlexPieTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexPieBase<T>.InnerText. Sets the text inside the pie (at the pie center).
    Syntax
    'Declaration
     
    Public Property InnerText As String
    public string InnerText {get; set;}
    See Also