ASP.NET MVC Controls | ComponentOne
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
     
    
    <JsonConverterAttribute(C1.Web.Mvc.Olap.ControlOptionsConverter)>
    Public ReadOnly Property FlexPie As FlexPie(Of Object)
    [JsonConverter(C1.Web.Mvc.Olap.ControlOptionsConverter)]
    public FlexPie<object> FlexPie {get;}
    See Also