Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / PlotArea Class / Column Property

In This Topic
    Column Property (PlotArea)
    In This Topic
    Gets or sets the column index of plot area.
    Syntax
    'Declaration
     
    
    Public Property Column As Integer
    public int Column {get; set;}
    See Also