ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ChartAxisTagHelper Class / PlotAreaIndex Property

In This Topic
    PlotAreaIndex Property (ChartAxisTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartAxis<T>.PlotAreaIndex. Sets the plot area for the axis.
    Syntax
    'Declaration
     
    Public Property PlotAreaIndex As Nullable(Of Integer)
    public Nullable<int> PlotAreaIndex {get; set;}
    See Also