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

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