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

In This Topic
    Row Property (PlotAreaTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.PlotArea.Row. Sets the row number of plot area. Using row property, you can set horizontal position of the plot area on the chart.
    Syntax
    'Declaration
     
    Public Property Row As Integer
    public int Row {get; set;}
    See Also