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



In This Topic
    Row Property
    In This Topic
    Gets or sets the row index of plot area.
    Syntax
    'Declaration
     
    
    Public Property Row As Integer
    'Usage
     
    
    Dim instance As PlotArea
    Dim value As Integer
     
    instance.Row = value
     
    value = instance.Row
    public int Row {get; set;}
    public:
    property int Row {
       int get();
       void set (    int value);
    }
    See Also