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)
 
See Also