ComponentOne ASP.NET MVC Controls
PlotAreaIndex Property

C1.Web.Mvc Namespace > ChartAxis<T> Class : PlotAreaIndex Property
Gets or sets the plot area for the axis.
Syntax
'Declaration
 
<JsonAttribute("_plotAreaIndex")>
Public Property PlotAreaIndex As Nullable(Of Integer)
[Json("_plotAreaIndex")]
public Nullable<int> PlotAreaIndex {get; set;}
See Also

Reference

ChartAxis<T> Class
ChartAxis<T> Members