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






In This Topic
    Row Property (PlotArea)
    In This Topic
    Gets or sets the row number of plot area. Using row property, you can set horizontal position of the plot area on the chart.
    Syntax
    'Declaration
     
    
    Public Property Row As System.Integer
    'Usage
     
    
    Dim instance As PlotArea
    Dim value As System.Integer
     
    instance.Row = value
     
    value = instance.Row
    public System.int Row {get; set;}
    public read-write property Row: System.Integer; 
    public function get,set Row : System.int
    public: __property System.int get_Row();
    public: __property void set_Row( 
       System.int value
    );
    public:
    property System.int Row {
       System.int get();
       void set (    System.int value);
    }
    See Also