ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotChart Class / FlexPie Property

In This Topic
    FlexPie Property
    In This Topic
    Gets the inner C1.Web.Mvc.FlexPie<T> object to show the data.
    Syntax
    'Declaration
     
    Public ReadOnly Property FlexPie As FlexPie(Of Object)
    public FlexPie<object> FlexPie {get;}
    See Also