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