ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / PlotArea Class / Row Property

In This Topic
    Row Property (PlotArea)
    In This Topic
    Gets or sets the row index of plot area.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("PlotArea.Row", "Gets or sets the row index of plot area.")>
    Public Property Row As Integer
    [C1Description("PlotArea.Row", "Gets or sets the row index of plot area.")]
    public int Row {get; set;}
    See Also