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

In This Topic
    Column Property (PlotArea)
    In This Topic
    Gets or 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