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

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