ComponentOne FinancialChart for WinForms
C1.Win.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
     
    
    <C1DescriptionAttribute("PlotArea.Column", "Gets or sets the column index of plot area.")>
    Public Property Column As Integer
    [C1Description("PlotArea.Column", "Gets or sets the column index of plot area.")]
    public int Column {get; set;}
    See Also