ComponentOne ASP.NET MVC Controls
PlotAreas Property

C1.Web.Mvc Namespace > FlexChartCore<T> Class : PlotAreas Property
Gets the collection of plotarea objects.
Syntax
'Declaration
 
<JsonAttribute(Order=-1, 
   SkipIfDefault=, 
   PropertyName="_plotAreas", 
   Name="_plotAreas")>
Public ReadOnly Property PlotAreas As IList(Of PlotArea)
[Json(Order=-1, 
   SkipIfDefault=, 
   PropertyName="_plotAreas", 
   Name="_plotAreas")]
public IList<PlotArea> PlotAreas {get;}
See Also

Reference

FlexChartCore<T> Class
FlexChartCore<T> Members